Changes of Revision 26
[-] [+] | Changed | sophie-net_addr.patch |
@@ -35,7 +35,7 @@ #ifdef SOPHIE_NET + if (config.net_addr[0] == '\0') + { -+ sophie_print(0, "%s config.net_addr is empty: setting to %s", NOTESTR, DEFAUULT_NET_ADDR); ++ sophie_print(0, "%s config.net_addr is empty: setting to %s", NOTESTR, DEFAULT_NET_ADDR); + strncpy(config.net_addr, DEFAULT_NET_ADDR, sizeof(config.net_addr)-1); + } if (config.net_port == -1) |