Changeset 10676 in ntrip


Ignore:
Timestamp:
Jul 1, 2025, 2:41:04 PM (9 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/ntripserver.c

    r10675 r10676  
    496496  if (*proxyhost) {
    497497    // 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"))) {
    500499      inhost  = casterinhost;
    501500      inport  = casterinport;
Note: See TracChangeset for help on using the changeset viewer.