diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2019-01-08 10:22:51 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2019-01-08 10:22:51 -0500 |
commit | 1f907268543af79338988082ab0f7f7344d01cb8 (patch) | |
tree | 6f9aa649e0a187083e5caedb67945273cd361a41 /globals.h | |
parent | 4f94b723338bf6e30ad2a29d49ce5663f3ff8f5a (diff) |
always enable vxi now
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -475,7 +475,7 @@ typedef struct { char ChanKey_Burst_Time; /* 224 */ - char vxi_enabled; /* 225 */ + char vxi_enabled; /* 225 - ignored, always enabled now */ short web_session_timeout; /* 226 - timeout in seconds */ |