s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks
commitbe98c1c889166a5f2b83e1e29d7dcbbaf6baab8f
authorStefan Metzmacher <metze@samba.org>
Tue, 19 Mar 2013 12:24:46 +0000 (19 13:24 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 20 Mar 2013 16:32:26 +0000 (20 09:32 -0700)
treeac3fa2a236c7bd5e35563e9ce53945a16f4fc95b
parentd24b8afb79f75b1db9301b79862be484a4932979
s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks

configure will abort if sizeof(off_t) is not 8.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/negprot.c