diff options
author | Michael Adam <obnox@samba.org> | 2012-09-04 11:56:15 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-05 10:46:37 +0200 |
commit | a3eee547ac939eec6f040c3b9968364b6b58aad3 (patch) | |
tree | a9d588608e165d3b9d3013d8c172f44b51df7fba /source3/locking | |
parent | 2311a2c9f5fdcb6f8336dbdb972963a35890a200 (diff) | |
download | samba-a3eee547ac939eec6f040c3b9968364b6b58aad3.tar.gz samba-a3eee547ac939eec6f040c3b9968364b6b58aad3.tar.bz2 samba-a3eee547ac939eec6f040c3b9968364b6b58aad3.zip |
s3:locking: fix trailing space in brl_close_fnum()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/brlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index e9c073b5c6..c03e4515bf 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; } |