Skip to content
Snippets Groups Projects
Commit 39d5cfac authored by rswindell's avatar rswindell
Browse files

Must set cfg.size for getnodedat() to function.

parent 0dde9b8d
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ int main(int argc, char **argv)
printf("\r\nSynchronet Configuration Utility (%s) v%s Copyright 2003 "
"Rob Swindell\r\n",PLATFORM_DESC,VERSION);
cfg.size=sizeof(cfg);
memset(&uifc,0,sizeof(uifc));
p=getenv("SBBSCTRL");
if(p!=NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment