diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-04 06:27:51 -0600 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-17 00:34:03 -0500 |
commit | 7e78d6c7a03d2905d5ba58b5961da0e4714e8b38 (patch) | |
tree | e999490baf01b052df2764cbc874d4d7c14a9dba /raptorsmiface | |
parent | 763641b27a2361c15dfc3b4a64062eae5ae3a7db (diff) | |
download | xrdp-proprietary-7e78d6c7a03d2905d5ba58b5961da0e4714e8b38.tar.gz xrdp-proprietary-7e78d6c7a03d2905d5ba58b5961da0e4714e8b38.zip |
Update management network range
Diffstat (limited to 'raptorsmiface')
-rw-r--r-- | raptorsmiface/libraptorsmiface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raptorsmiface/libraptorsmiface.h b/raptorsmiface/libraptorsmiface.h index 79e4c2e1..1c97fcbc 100644 --- a/raptorsmiface/libraptorsmiface.h +++ b/raptorsmiface/libraptorsmiface.h @@ -39,7 +39,7 @@ enum raptor_sm_status { #define RAPTOR_SM_WM_PID_FIELD "wm_pid" #define RAPTOR_SM_BASE_PULSEAUDIO_PORT 2000 -#define RAPTOR_SM_MANAGEMENT_SERVER_IP_NETRANGE "10.0.0.0/8" +#define RAPTOR_SM_MANAGEMENT_SERVER_IP_NETRANGE "192.168.1.0/24" char* raptor_sm_get_local_machine_fqdn(); |