aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-10 23:23:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-10 23:23:12 +0000
commitc9c2a2e547a50357ef1db49e0de9fb8d5b07c231 (patch)
tree496d548b862cd92e8410847ed447f7627ef65365 /src
parent472e134ca8d527c92535a5221b69faea6af00579 (diff)
downloadgnunet-c9c2a2e547a50357ef1db49e0de9fb8d5b07c231.tar.gz
gnunet-c9c2a2e547a50357ef1db49e0de9fb8d5b07c231.zip
-anonymous contribution: patch to add -c support to gnunet-gns-import.sh
Diffstat (limited to 'src')
-rw-r--r--src/identity/gnunet-service-identity.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c
index 409124fde..f55e65019 100644
--- a/src/identity/gnunet-service-identity.c
+++ b/src/identity/gnunet-service-identity.c
@@ -800,9 +800,9 @@ handle_delete_message (void *cls, struct GNUNET_SERVER_Client *client,
800 * 800 *
801 * @param cls NULL 801 * @param cls NULL
802 * @param filename name of the file to parse 802 * @param filename name of the file to parse
803 * @return GNUNET_OK to continue to iterate, 803 * @return #GNUNET_OK to continue to iterate,
804 * GNUNET_NO to stop iteration with no error, 804 * #GNUNET_NO to stop iteration with no error,
805 * GNUNET_SYSERR to abort iteration with error! 805 * #GNUNET_SYSERR to abort iteration with error!
806 */ 806 */
807static int 807static int
808process_ego_file (void *cls, 808process_ego_file (void *cls,