s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used()
commit6ba09e039e4efee33ce6b8cd9f919409656c2afb
authorMichael Adam <obnox@samba.org>
Wed, 1 Feb 2012 14:25:12 +0000 (1 14:25 +0000)
committerMichael Adam <obnox@samba.org>
Wed, 1 Feb 2012 16:10:13 +0000 (1 17:10 +0100)
tree71f865df94bbb4e3cfeadad996955360c5e75b3c
parent204c07501d05f3d7e4657ce4422709ad64e087e2
s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used()

Accidential "=" instead of "==".

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Wed Feb  1 17:10:15 CET 2012 on sn-devel-104
source3/smbd/conn.c