From: Michael Adam Date: Tue, 4 Sep 2012 09:56:15 +0000 (+0200) Subject: s3:locking: fix trailing space in brl_close_fnum() X-Git-Tag: samba-4.0.0rc1~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3eee547ac939eec6f040c3b9968364b6b58aad3;p=thirdparty%2Fsamba.git s3:locking: fix trailing space in brl_close_fnum() Signed-off-by: Stefan Metzmacher --- diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index e9c073b5c63..c03e4515bf9 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -1500,7 +1500,7 @@ void brl_close_fnum(struct messaging_context *msg_ctx, if (!locks_copy) { smb_panic("brl_close_fnum: talloc failed"); } - } else { + } else { locks_copy = NULL; }