s3: smbd: reply_ulogoffX() Update to modern coding standards.
authorJeremy Allison <jra@samba.org>
Thu, 12 Mar 2020 17:16:42 +0000 (10:16 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 18 Mar 2020 18:03:29 +0000 (18:03 +0000)
Minimizes the diff in the later commits.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14301

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/reply.c

index 09e068abf299e363964b788b78d2c48114a69069..d488d9972737dfeef3e99698e03aabe111b500d3 100644 (file)
@@ -2626,8 +2626,8 @@ void reply_ulogoffX(struct smb_request *smb1req)
                                        timeval_to_nttime(&now),
                                        &session);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(3,("ulogoff, vuser id %llu does not map to user.\n",
-                        (unsigned long long)smb1req->vuid));
+               DBG_WARNING("ulogoff, vuser id %llu does not map to user.\n",
+                        (unsigned long long)smb1req->vuid);
 
                smb1req->vuid = UID_FIELD_INVALID;
                reply_force_doserror(smb1req, ERRSRV, ERRbaduid);