aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-16 11:18:44 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-16 11:18:44 +0000
commit7aa0a04c5c10da835e6e857f71c5d418f9facc47 (patch)
tree9b5899c3fcf69390f789a7da4023f2ef92b78138
parentbf2ca6cd85a5ba3778527793ccfc79020e7af8e0 (diff)
downloadgnunet-7aa0a04c5c10da835e6e857f71c5d418f9facc47.tar.gz
gnunet-7aa0a04c5c10da835e6e857f71c5d418f9facc47.zip
-1variableperline
-rw-r--r--src/namestore/namestore_common.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c
index 4ffeaebcf..15a48cf36 100644
--- a/src/namestore/namestore_common.c
+++ b/src/namestore/namestore_common.c
@@ -417,8 +417,10 @@ GNUNET_NAMESTORE_string_to_value (uint32_t type,
417 uint32_t soa_expire; 417 uint32_t soa_expire;
418 uint32_t soa_min; 418 uint32_t soa_min;
419 struct GNUNET_HashCode hash; 419 struct GNUNET_HashCode hash;
420 struct GNUNET_CRYPTO_HashAsciiEncoded s_peer, s_serv; 420 struct GNUNET_CRYPTO_HashAsciiEncoded s_peer;
421 int af, proto; 421 struct GNUNET_CRYPTO_HashAsciiEncoded s_serv;
422 int af;
423 int proto;
422 424
423 switch (type) 425 switch (type)
424 { 426 {