fixing compile errors
authorChristian Grothoff <christian@grothoff.org>
Tue, 10 Nov 2009 08:37:40 +0000 (08:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 10 Nov 2009 08:37:40 +0000 (08:37 +0000)
src/util/configuration.c

index bdcc231e17ab56504055eddbf749603e8d962285..0d056bf33c1fada05e4c3fe9f0b95158d8c27d27 100644 (file)
@@ -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);
 }