Просмотр исходного кода

* leaf default bianry name is now whatever it is ran as

svn: 1720
Bryan Drewery 21 лет назад
Родитель
Сommit
030e7bbdd9
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/conf.c

+ 4 - 4
src/conf.c

@@ -276,15 +276,15 @@ init_conf()
 //#ifdef LEAF
 //#ifdef LEAF
 //  conffile.binname = strdup(STR(".sshrc"));
 //  conffile.binname = strdup(STR(".sshrc"));
 //#endif /* LEAF */
 //#endif /* LEAF */
-#ifdef HUB
-  {
+//#ifdef HUB
+//  {
     char *p = NULL;
     char *p = NULL;
 
 
     p = strrchr(binname, '/');
     p = strrchr(binname, '/');
     p++;
     p++;
     conffile.binname = strdup(p);
     conffile.binname = strdup(p);
-  }
-#endif /* HUB */
+//  }
+//#endif /* HUB */
   conffile.portmin = 0;
   conffile.portmin = 0;
   conffile.portmax = 0;
   conffile.portmax = 0;
   conffile.pscloak = 0;
   conffile.pscloak = 0;