Skip to content
Snippets Groups Projects
Commit cd35081c authored by deuce's avatar deuce
Browse files

Call uifcbail() before exit

parent 447c96ce
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ int main(int argc, char **argv)
rlogin_close();
}
}
uifcbail();
#ifdef _WINSOCKAPI_
if(WSAInitialized && WSACleanup()!=0)
fprintf(stderr,"!WSACleanup ERROR %d",ERROR_VALUE);
......
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