--- embedtools/src/dwds.c 2010/10/27 15:23:49 1.1.2.4 +++ embedtools/src/dwds.c 2010/10/27 16:35:54 1.1.2.5 @@ -5,7 +5,6 @@ sl_config cfg; int Verbose, Kill, nif; char **ifs, szConfig[MAXPATHLEN] = DWDS_CONFIG; -struct dwds_if *wds; extern char compiled[], compiledby[], compilehost[]; @@ -56,6 +55,8 @@ sigHandler(int sig) static int RtMsg(struct rt_msghdr *msg, size_t len) { + struct dwds_if *wds = NULL; + return 0; }