summaryrefslogtreecommitdiffstats
path: root/servercomm/servercomm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'servercomm/servercomm.cc')
-rw-r--r--servercomm/servercomm.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/servercomm/servercomm.cc b/servercomm/servercomm.cc
index 5982453..fbee2e3 100644
--- a/servercomm/servercomm.cc
+++ b/servercomm/servercomm.cc
@@ -117,7 +117,7 @@ static const char rcsid[] = "@(#)servercomm, ServerComm: $Id: servercomm.cc,v 1.
using namespace std;
// init globals for server initialization
-// RMINITGLOBALS('S')
+RMINITGLOBALS('S');
// Once again a function prototype. The first one is for the RPC dispatcher
// function located in the server stub file rpcif_svc.c and the second one
@@ -1241,7 +1241,6 @@ ServerComm::ClientTblElt::releaseTransferStructures()
*** This class shouldn't be here, later it will be put in its own file
******************************************************************************************/
-// learned from license.cc
#ifdef LINUX
extern "C" {
extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm *__tp));