mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
utmp compile fix from peter@cadcamlab.org
(This used to be commit c0562a02c345c3eb7d9a26b85bef454355023ba3)
This commit is contained in:
parent
aac823aca1
commit
f4274fe897
@ -329,8 +329,8 @@ static void utmp_yield(pid_t pid, const connection_struct *conn)
|
||||
return;
|
||||
}
|
||||
|
||||
DEBUG(2,("utmp_yield: conn: user:%s cnum:%d i:%d\n",
|
||||
conn->user, conn->cnum, i));
|
||||
DEBUG(2,("utmp_yield: conn: user:%s cnum:%d\n",
|
||||
conn->user, conn->cnum));
|
||||
|
||||
memset((char *)&u, '\0', sizeof(struct utmp));
|
||||
u.ut_type = DEAD_PROCESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user