- update OPTION WITH_SETPROCTITLE to be cleaner
Submitted by: osa
This commit is contained in:
parent
20c212aa87
commit
f9bae6183e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169217
@ -4,7 +4,7 @@
|
||||
if (result == AUTH_OK) {
|
||||
if (close(channel[0])) return log_error("close");
|
||||
log_pop_auth(result, user);
|
||||
+ setproctitle(user);
|
||||
+ setproctitle("%s", user);
|
||||
return do_pop_trans(spool, mailbox);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user