myconfig, configure option testing and fixing, monitor_fs()

This commit is contained in:
joonicks
2018-04-15 03:57:44 +02:00
parent db4842c42e
commit 5f0fdada3e
26 changed files with 462 additions and 264 deletions

View File

@@ -478,8 +478,8 @@ listcheck:
checksum = "";
if (user->pass)
{
sprintf(gsockdata,"%s %s %s",from,user->name,user->pass);
checksum = makepass(gsockdata);
sprintf(globaldata,"%s %s %s",from,user->name,user->pass);
checksum = makepass(globaldata);
}
botnet_relay(NULL,"PA%s %s %s\n",user->name,from,checksum);
#endif /* BOTNET */