summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-06 15:22:31 +0200
committerMichael Adam <obnox@samba.org>2012-06-06 19:37:14 +0200
commitba1699463bee4d622e76f54c1a1c17858545c84f (patch)
tree9bb383e332c181f026939d0370e5389c385b56b3 /source3/smbd/connection.c
parentaa3a7de3687ac78ae1ed3fa395d8c4707a24b774 (diff)
downloadsamba-ba1699463bee4d622e76f54c1a1c17858545c84f.tar.gz
samba-ba1699463bee4d622e76f54c1a1c17858545c84f.tar.bz2
samba-ba1699463bee4d622e76f54c1a1c17858545c84f.zip
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/connection.c')
-rw-r--r--source3/smbd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/connection.c b/source3/smbd/connection.c
index 01eb9d79f7..846a173ad7 100644
--- a/source3/smbd/connection.c
+++ b/source3/smbd/connection.c
@@ -71,7 +71,7 @@ static int count_fn(struct db_record *rec,
{
struct count_stat *cs = (struct count_stat *)udp;
- if (crec->cnum == -1) {
+ if (crec->cnum == TID_FIELD_INVALID) {
return 0;
}