missed a variable name
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 13 Apr 2004 20:31:17 +0000 (20:31 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 13 Apr 2004 20:31:17 +0000 (20:31 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@985 cb58f699-b61c-0410-a6fe-9272a202ed29

shar/shar.cpp

index 2ddc7e8..a13d62a 100644 (file)
@@ -326,7 +326,7 @@ int main(int argc, char *argv[])
         return -2;
     }
 
-    if (shar_check_only)
+    if (shar_checkonly)
         fprintf(stderr, "overall configuration is loadable, check log for non-fatal problems\n");
     else {
         const IListener* listener=conf.getINI()->getListener();