1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r24359: Fix the build

(This used to be commit b2ac1a3ec5)
This commit is contained in:
Volker Lendecke 2007-08-13 09:49:03 +00:00 committed by Gerald (Jerry) Carter
parent 6bee410431
commit 6216cd58c2

View File

@ -3384,7 +3384,7 @@ void reply_nttranss(connection_struct *conn, struct smb_request *req)
if (!reply_prep_legacy(req, &inbuf, &outbuf, &size, &bufsize)) {
reply_nterror(req, NT_STATUS_NO_MEMORY);
END_PROFILE(SMBnttrans);
END_PROFILE(SMBnttranss);
return;
}