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

Fix apparent typo. Not sure what affect it had on the operation fo this

thing or how to test the change. <shrug>
parent a2b117c8
No related branches found
No related tags found
No related merge requests found
......@@ -669,7 +669,7 @@ void status_thread(void *arg)
msg->msg.stats.status[0] = 0;
else
strcpy(msg->msg.stats.status, status[i]);
send(*csock, msg, msg->hdr.len, 0);
free(msg);
}
......@@ -756,7 +756,7 @@ void status_##lower##_thread_up(void *cbdata, BOOL up, BOOL setuid) { status_thr
void status_##lower##_socket_open(void *cbdata, BOOL open) { status_socket_open(SERVICE_##UPPER, open); } \
void status_##lower##_client_on(void *cbdata, BOOL on, SOCKET sock, client_t *client, BOOL update) { status_client_on(SERVICE_##UPPER, on, sock, client, update); }
makestubs(ftp, TERM);
makestubs(ftp, FTP);
makestubs(mail, MAIL);
makestubs(term, TERM);
makestubs(web, WEB);
......
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