smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 1 Jun 2019 12:46:55 +0000 (14:46 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 18 Jun 2019 12:54:01 +0000 (12:54 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/blocking.c

index 6cbf5c03e932757ca2adf9358f62959704877acb..1195f71cc47aac511e3543f8410e9be9e8f8536e 100644 (file)
@@ -282,7 +282,8 @@ static void reply_lockingX_success(struct blocking_lock_record *blr)
                        true, req->seqnum+1,
                        IS_CONN_ENCRYPTED(req->conn)||req->encrypted,
                        &req->pcd)) {
-               exit_server_cleanly("construct_reply: srv_send_smb failed.");
+               exit_server_cleanly("reply_lockingX_success: srv_send_smb "
+                                   "failed.");
        }
 
        TALLOC_FREE(req->outbuf);