gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: indentation fixes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: indentation fixes
Date: Tue, 06 Nov 2018 14:31:17 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 403957f04 indentation fixes
403957f04 is described below

commit 403957f04d3b27297c204772f2bf77969a7b2d0b
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Nov 6 14:31:15 2018 +0100

    indentation fixes
---
 src/fs/gnunet-publish.c | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 8501141ce..ffcf9b5d0 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -496,21 +496,22 @@ uri_ksk_continuation (void *cls,
              emsg);
     ret = 1;
   }
-  if (NULL != namespace)
+  if (NULL == namespace)
   {
-    priv = GNUNET_IDENTITY_ego_get_private_key (namespace);
-    GNUNET_FS_publish_sks (ctx,
-                           priv,
-                           this_id,
-                           next_id,
-                           meta,
-                           uri,
-                           &bo,
-                          GNUNET_FS_PUBLISH_OPTION_NONE,
-                          &uri_sks_continuation, NULL);
+    GNUNET_SCHEDULER_shutdown ();
     return;
   }
-  GNUNET_SCHEDULER_shutdown ();
+  priv = GNUNET_IDENTITY_ego_get_private_key (namespace);
+  GNUNET_FS_publish_sks (ctx,
+                        priv,
+                        this_id,
+                        next_id,
+                        meta,
+                        uri,
+                        &bo,
+                        GNUNET_FS_PUBLISH_OPTION_NONE,
+                        &uri_sks_continuation,
+                        NULL);
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]