|
From: Michael Chase-S. <mc...@us...> - 2012-04-02 22:44:09
|
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 022cb89d6732224551a3796650f28b9556ac2ccc (commit)
via 29fee485bbc6e8be2869c4e62216625d52f61aa6 (commit)
via 19a6ed782b5024306793625139de203280a944cc (commit)
from 573a60bec68c3c0113b3a27809423cccf92d4e4d (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 022cb89d6732224551a3796650f28b9556ac2ccc
Merge: 29fee48 573a60b
Author: Michael Chase-Salerno <br...@li...>
Date: Mon Apr 2 18:43:41 2012 -0400
Merge branch 'master' of ssh://sblim.git.sourceforge.net/gitroot/sblim/sfcb
Conflicts:
ChangeLog
NEWS
commit 29fee485bbc6e8be2869c4e62216625d52f61aa6
Author: Michael Chase-Salerno <br...@li...>
Date: Mon Apr 2 18:27:51 2012 -0400
3505407 Client openlog changes settings
commit 19a6ed782b5024306793625139de203280a944cc
Author: Michael Chase-Salerno <br...@li...>
Date: Mon Apr 2 18:23:08 2012 -0400
3505407 Client openlog changes settings
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 035039e..caae215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-02 Michael Chase-Salerno <br...@li...>
+
+ * cimcClientSfcbLocal.c:
+ [ 3505407 ] Client openlog changes settings
+
2012-04-02 Chris Buccella <buc...@li...>
* interopProvider.c:
diff --git a/NEWS b/NEWS
index eb22b0c..3ed725d 100644
--- a/NEWS
+++ b/NEWS
@@ -129,6 +129,7 @@ Bugs Fixed:
- 3487419 TestIndication Provider Does Not Enable Correctly
- 3441028 sblim-sfcb fails on large https requests
- 3416054 Provider continues despite SIGSEGV
+- 3505407 Client openlog changes settings
- 3485830 SFCB Makes Redundant ActivateFilter Calls
Changes in 1.3.13
diff --git a/cimcClientSfcbLocal.c b/cimcClientSfcbLocal.c
index 7c8bfbc..7a8a7b0 100644
--- a/cimcClientSfcbLocal.c
+++ b/cimcClientSfcbLocal.c
@@ -2101,8 +2101,6 @@ _Create_SfcbLocal_Env(char *id)
ClientEnv *env = (ClientEnv *) malloc(sizeof(ClientEnv));
env->hdl = NULL;
env->ft = &localFT;
- // enable logging when called from sfcc
- startLogging(LOG_ERR,0);
// enable trace logging
_SFCB_TRACE_INIT();
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|