[prelude-cvslog] r9874 - libprelude/trunk/src
noreply at prelude-ids.org
noreply at prelude-ids.org
Tue Sep 4 14:58:00 CEST 2007
Author: yoann
Date: 2007-09-04 14:57:58 +0200 (Tue, 04 Sep 2007)
New Revision: 9874
Modified:
libprelude/trunk/src/prelude-option-wide.c
Log:
Fix warning due to earlier prelude-error un-inlining.
Modified: libprelude/trunk/src/prelude-option-wide.c
===================================================================
--- libprelude/trunk/src/prelude-option-wide.c 2007-09-04 12:57:54 UTC (rev 9873)
+++ libprelude/trunk/src/prelude-option-wide.c 2007-09-04 12:57:58 UTC (rev 9874)
@@ -312,8 +312,8 @@
int ret;
void *buf;
uint8_t tag;
- const char *tmp;
- uint32_t dlen, tmpint;
+ const char *tmp = NULL;
+ uint32_t dlen, tmpint = 0;
prelude_option_t *newopt;
if ( ! opt )
More information about the Prelude-cvslog
mailing list