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

Fix bug where Synchronet FTP Server %s-%s Ready message did not have a

reply code.  Maybe this used to be on the same line as the BBS name?
parent 965b1fe2
No related branches found
No related tags found
No related merge requests found
......@@ -3152,7 +3152,7 @@ static void ctrl_thread(void* arg)
}
sockprintf(sock,sess,"220-%s (%s)",scfg.sys_name, startup->host_name);
sockprintf(sock,sess," Synchronet FTP Server %s-%s Ready"
sockprintf(sock,sess,"220-Synchronet FTP Server %s-%s Ready"
,revision,PLATFORM_DESC);
sprintf(str,"%sftplogin.txt",scfg.text_dir);
if((fp=fopen(str,"rb"))!=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