s3: Add some asserts to the filename util functions
authorTim Prouty <tprouty@samba.org>
Mon, 20 Jul 2009 21:32:32 +0000 (14:32 -0700)
committerTim Prouty <tprouty@samba.org>
Tue, 21 Jul 2009 00:26:57 +0000 (17:26 -0700)
commit8e04c69e027260e7e1f0a4cf3e58e31ed4084d8b
treed8b6e7c3f419aa37dc48774a32bd3ffc34904fab
parentf4530f6d2a0688e350c3c7be23f256ebceffa636
s3: Add some asserts to the filename util functions

In the smb_filename struct stream_name must equal NULL if there
is no stream name.  These asserts should catch any future offenders
of this invariant early.
source3/smbd/filename_util.c