projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41742a4
)
fixing compile errors
author
Christian Grothoff
<christian@grothoff.org>
Tue, 10 Nov 2009 08:37:40 +0000
(08:37 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 10 Nov 2009 08:37:40 +0000
(08:37 +0000)
src/util/configuration.c
patch
|
blob
|
history
diff --git
a/src/util/configuration.c
b/src/util/configuration.c
index bdcc231e17ab56504055eddbf749603e8d962285..0d056bf33c1fada05e4c3fe9f0b95158d8c27d27 100644
(file)
--- 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);
}