s3:smbd: use UID_FIELD_INVALID (0) instead of (uint16)-1 when calling close_cnum()
commit69d1f9b83684172ddb8639dbf64ce7cb2743e450
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 14:01:56 +0000 (5 16:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:41 +0000 (6 10:18 +0200)
tree1a2bfb3a7396ba79a355f3b7f42935cf0e594f4d
parent2a9a95e673f23ed31ca186c2701b0ec816e370c7
s3:smbd: use UID_FIELD_INVALID (0) instead of (uint16)-1 when calling close_cnum()

The only thing that's important is that the value is invalid.

metze
source3/smbd/conn_idle.c