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

Last commit had incomplete comment:

Added support for adding credits/minutes to uploader of file when it is
subsequently downloaded and notifies uploader when files are downloaded.
parent 7c1cd4db
No related branches found
No related tags found
No related merge requests found
......@@ -1536,7 +1536,7 @@ static void send_thread(void* arg)
}
/* Inform uploader of downloaded file */
sprintf(str,text[DownloadUserMsg]
,xfer.filename
,fname
,xfer.filepos ? "Partially FTP-" : "FTP-"
,xfer.user->alias,tmp);
putsmsg(&scfg,uploader.number,str);
......
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