Changeset 10470 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
May 2, 2024, 1:13:00 PM (4 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r10465 r10470  
    523523    signal(SIGINT, catch_SIGINT);
    524524    signal(SIGTERM, catch_SIGTERM);
     525    BNC_CORE->sigintReceived = 0;
     526#ifndef WIN32
    525527    signal(SIGHUP, catch_SIGHUP);
    526 
    527     BNC_CORE->sigintReceived = 0;
     528#endif
    528529
    529530    casterEph = new bncEphUploadCaster(); (void) casterEph;
Note: See TracChangeset for help on using the changeset viewer.