1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00
Michael Adam aa3a7de368 s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap index
This moves the start of the range of valid cnum values up from 0 to CNUM_OFFSET
(currently 1), so that in a later step we can use 0 as invalid cnum value
instead of the current -1. This will allow us to change the type of cnum to
uint32_t from a mix of int and unsigned.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2012-06-06 19:37:13 +02:00
..
2012-03-24 16:41:35 +01:00
2012-05-03 21:34:05 +02:00
2011-03-09 11:19:35 +01:00
2012-04-17 10:21:01 +02:00
2009-11-21 23:19:50 +01:00
2011-11-23 16:17:03 +01:00
2009-08-16 12:38:19 +02:00