gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r797 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r797 - GNUnet/src/conf
Date: Fri, 20 May 2005 09:00:23 -0700 (PDT)

Author: durner
Date: 2005-05-20 08:59:20 -0700 (Fri, 20 May 2005)
New Revision: 797

Modified:
   GNUnet/src/conf/gnunet-setup.c
   GNUnet/src/conf/lkc.h
   GNUnet/src/conf/wizard_curs.c
Log:
fix

Modified: GNUnet/src/conf/gnunet-setup.c
===================================================================
--- GNUnet/src/conf/gnunet-setup.c      2005-05-19 21:19:22 UTC (rev 796)
+++ GNUnet/src/conf/gnunet-setup.c      2005-05-20 15:59:20 UTC (rev 797)
@@ -26,6 +26,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include "gnunet_util.h"
 #include "platform.h"
 
 static void help() {

Modified: GNUnet/src/conf/lkc.h
===================================================================
--- GNUnet/src/conf/lkc.h       2005-05-19 21:19:22 UTC (rev 796)
+++ GNUnet/src/conf/lkc.h       2005-05-20 15:59:20 UTC (rev 797)
@@ -13,6 +13,7 @@
 #ifndef LKC_H
 #define LKC_H
 
+#include "gnunet_util.h"
 #include "platform.h"
 #include "expr.h"
 

Modified: GNUnet/src/conf/wizard_curs.c
===================================================================
--- GNUnet/src/conf/wizard_curs.c       2005-05-19 21:19:22 UTC (rev 796)
+++ GNUnet/src/conf/wizard_curs.c       2005-05-20 15:59:20 UTC (rev 797)
@@ -133,7 +133,7 @@
                                                *dst++ = *src++;
                                        dst[-1] = 0;
 #else
-                                       nic = entry;
+                                       nic = nic_items[idx]->name;
 #endif
                                        sym = sym_lookup("INTERFACE", 
"NETWORK", 0);
                                        sym_set_string_value(sym, nic);





reply via email to

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