From: Christian Grothoff Date: Tue, 10 Nov 2009 08:37:40 +0000 (+0000) Subject: fixing compile errors X-Git-Tag: initial-import-from-subversion-38251~23123 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4a9784abd12ddb0d038bae71bc3a0e74cbeaf78;p=oweals%2Fgnunet.git fixing compile errors --- diff --git a/src/util/configuration.c b/src/util/configuration.c index bdcc231e1..0d056bf33 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -106,7 +106,7 @@ struct GNUNET_CONFIGURATION_Handle struct DiffHandle { const struct GNUNET_CONFIGURATION_Handle *cfgDefault; - const struct GNUNET_CONFIGURATION_Handle *cfgDiff; + struct GNUNET_CONFIGURATION_Handle *cfgDiff; }; @@ -495,6 +495,7 @@ compareEntries (void *cls, (strcmp (entNew->val, value) == 0) ) return; GNUNET_CONFIGURATION_set_value_string (dh->cfgDiff, + section, option, value); }