|
@@ -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;
|