gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7315 - GNUnet/src/applications/fs/tools


From: gnunet
Subject: [GNUnet-SVN] r7315 - GNUnet/src/applications/fs/tools
Date: Mon, 23 Jun 2008 15:23:01 -0600 (MDT)

Author: grothoff
Date: 2008-06-23 15:23:01 -0600 (Mon, 23 Jun 2008)
New Revision: 7315

Modified:
   GNUnet/src/applications/fs/tools/gnunet-insert.c
Log:
fixing Mantis 1370

Modified: GNUnet/src/applications/fs/tools/gnunet-insert.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-insert.c    2008-06-23 18:10:45 UTC 
(rev 7314)
+++ GNUnet/src/applications/fs/tools/gnunet-insert.c    2008-06-23 21:23:01 UTC 
(rev 7315)
@@ -414,6 +414,14 @@
           errorCode = -1;
           goto quit;
         }
+      if (NULL == this_id)
+        {
+          fprintf (stderr,
+                   _("Option `%s' is required when using option `%s'.\n"),
+                   "-t", "-P");
+          errorCode = -1;
+          goto quit;
+        }   
     }
   else
     {                           /* ordinary insertion checks */





reply via email to

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