xbps-bin: do not syslog msgs if disabled due to uninitialized bool.

This commit is contained in:
Juan RP 2012-01-26 11:46:01 +01:00
parent cfae783f64
commit 164a928e5a

View File

@ -36,7 +36,7 @@ state_cb(const struct xbps_state_cb_data *xscd, void *cbdata)
const struct xbps_handle *xhp = xbps_handle_get();
prop_dictionary_t pkgd;
const char *version;
bool syslog_enabled;
bool syslog_enabled = false;
(void)cbdata;