Skip to content

Commit

Permalink
Bugfix for WOL broadcast using subnet mask
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed Jun 28, 2021
1 parent 09a4590 commit d96af0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LGTV Companion Service/Service.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#pragma comment(lib, "Advapi32.lib")

#define APPNAME L"LGTV Companion"
#define APPVERSION L"1.4.1"
#define APPVERSION L"1.4.2"
#define SVCNAME L"LGTVsvc"
#define SVCDISPLAYNAME L"LGTV Companion Service"
#define SERVICE_PORT "3000"
Expand Down
2 changes: 1 addition & 1 deletion LGTV Companion Service/Session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void WOLthread (SESSIONPARAMETERS* CallingSessionParameters, bool* CallingSessio
}


LANDestination.sin_addr.s_addr = 0xFFFFFFFF;
// LANDestination.sin_addr.s_addr = 0xFFFFFFFF;
}
else if (WOLtype == WOL_IPSEND)
{
Expand Down
2 changes: 1 addition & 1 deletion LGTV Companion Setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- When publishing updated version, make sure to generate new GUID for "Product Id", and update "Version" -->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"><?define LGTV Companion Service_TargetDir=$(var.LGTV Companion Service.TargetDir)?><?define LGTV Companion UI_TargetDir=$(var.LGTV Companion UI.TargetDir)?>
<Product Id="21FE1FEC-2E13-4FBB-A75E-60E43BD52B0E" Name="LGTV Companion" Language="1033" Version="1.4.1" Manufacturer="J Persson" UpgradeCode="0BA17E5B-11CE-491D-B1A1-05DD2D9F610A">
<Product Id="CE343ED5-2183-43DE-B323-E6E683952D50" Name="LGTV Companion" Language="1033" Version="1.4.2" Manufacturer="J Persson" UpgradeCode="0BA17E5B-11CE-491D-B1A1-05DD2D9F610A">
<Package Id="*" InstallerVersion="301" Compressed="yes" InstallScope="perMachine" Platform='x64' Description="LGTV Companion installer" InstallPrivileges="elevated" AdminImage="yes"/>
<Media Id="1" Cabinet="LGTVapp.cab" EmbedCab="yes" />

Expand Down
2 changes: 1 addition & 1 deletion LGTV Companion UI/LGTV Companion UI.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

#define APPNAME_SHORT L"LGTVcomp"
#define APPNAME_FULL L"LGTV Companion"
#define APP_VERSION L"1.4.1"
#define APP_VERSION L"1.4.2"
#define WINDOW_CLASS_UNIQUE L"YOLOx0x0x0181818"
#define NOTIFY_NEW_COMMANDLINE 1

Expand Down

0 comments on commit d96af0c

Please sign in to comment.