Changeset 10676 in ntrip
- Timestamp:
- Jul 1, 2025, 2:41:04 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripserver/ntripserver.c
r10675 r10676 496 496 if (*proxyhost) { 497 497 // Input 498 if (strstr(casterinhost, "127.0.0.1") || 499 strstr(casterinhost, "localhost")) { 498 if (casterinhost == 0 || (strstr(casterinhost, "127.0.0.1") || strstr(casterinhost, "localhost"))) { 500 499 inhost = casterinhost; 501 500 inport = casterinport;
Note:
See TracChangeset
for help on using the changeset viewer.