Changeset 10677 in ntrip


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/ntripserver.c

    r10676 r10677  
    497497    // Input
    498498    if (casterinhost == 0 || (strstr(casterinhost, "127.0.0.1") || strstr(casterinhost, "localhost"))) {
    499       inhost  = casterinhost;
    500       inport  = casterinport;
     499      inhost = casterinhost;
     500      inport = casterinport;
    501501    } else {
    502502      inhost = proxyhost;
     
    515515    }
    516516    // Output
    517     if (strstr(casterouthost, "127.0.0.1") ||
    518         strstr(casterouthost, "localhost")) {
     517    if (strstr(casterouthost, "127.0.0.1") || strstr(casterouthost, "localhost")) {
    519518      outhost = casterouthost;
    520519      outport = casteroutport;
Note: See TracChangeset for help on using the changeset viewer.