Changeset eceb8c7 in nscp for NSClient++.cpp


Ignore:
Timestamp:
11/10/07 12:11:26 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
30bfe74
Parents:
860f310
Message:

mainly build changes to finalize w64 stuff. also added the forth coming NSCA module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NSClient++.cpp

    r860f310 receb8c7  
    157157    return nRetCode; 
    158158  } 
    159   mainClient.StartServiceCtrlDispatcher(); 
     159  if (!mainClient.StartServiceCtrlDispatcher()) { 
     160    LOG_MESSAGE("We failed to start the service"); 
     161  } 
    160162  return nRetCode; 
    161163} 
Note: See TracChangeset for help on using the changeset viewer.