From: fredrik Date: Wed, 11 Apr 2007 18:32:01 +0000 (+0000) Subject: Don't log Unix creds here. X-Git-Tag: 0.3~32 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=f2c559da411213b4366ee179ba6cd7e853982f9e Don't log Unix creds here. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@905 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/net.c b/daemon/net.c index 78df0be..0fc9e45 100644 --- a/daemon/net.c +++ b/daemon/net.c @@ -360,7 +360,6 @@ static void recvcmsg(struct socket *sk, struct msghdr *msg) { cred = (struct ucred *)CMSG_DATA(cmsg); memcpy(&sk->ucred, cred, sizeof(*cred)); - flog(LOG_INFO, "received Unix creds: pid %i, uid %i, gid %i", cred->pid, cred->uid, cred->gid); } } }