|
From: Michael Chase-S. <mc...@us...> - 2013-01-18 00:13:06
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via 525240d35f40a07d5ae6453b8c876689ac64dd32 (commit)
from feca55e8aaed772e4c3aed68b677011091ad8124 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 525240d35f40a07d5ae6453b8c876689ac64dd32
Author: Michael Chase-Salerno <br...@li...>
Date: Thu Jan 17 19:09:05 2013 -0500
- 3600283 Fixup compiler warnings from gcc 4.7
Fix change that causes httpAdapter to hang on startup.
-----------------------------------------------------------------------
Summary of changes:
diff --git a/httpAdapter.c b/httpAdapter.c
index f262cf8..381ec76 100644
--- a/httpAdapter.c
+++ b/httpAdapter.c
@@ -2050,8 +2050,7 @@ httpDaemon(int argc, char *argv[], int sslMode, char *ipAddr,
doFork = 1;
else if (strcmp(argv[i], "-nF") == 0)
doFork = 0;
- else if (strcmp(argv[i], "-H") == 0)
- ++i;
+ ++i;
}
name = argv[0];
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|