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

Now sets user's modem/connection type in database to "FTP".

parent 73033b07
No related branches found
No related tags found
No related merge requests found
......@@ -1515,6 +1515,8 @@ static void ctrl_thread(void* arg)
/* Adjust User Total Logons/Logons Today */
adjustuserrec(&scfg,user.number,U_LOGONS,5,1);
putuserrec(&scfg,user.number,U_LTODAY,5,ultoa(user.ltoday+1,str,10));
putuserrec(&scfg,user.number,U_MODEM,LEN_MODEM,"FTP");
continue;
}
......
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