some cleanup while working on the NETLOGON pipe.
authorJean-François Micouleau <jfm@samba.org>
Fri, 23 Aug 2002 05:12:06 +0000 (05:12 +0000)
committerJean-François Micouleau <jfm@samba.org>
Fri, 23 Aug 2002 05:12:06 +0000 (05:12 +0000)
commit23501ea971f8cc0799515e0d51ad8619221a31e1
tree19bb20a7cbfaad7ddedbd3387536f64879696ab3
parent6ec267618a7ba2c4a7170b78ccfe95120c5430c4
some cleanup while working on the NETLOGON pipe.

smb_io_chal() did a prs_align() but a challenge is an array of bytes.
and all code calling smb_io_chal() played with the alignment to not align !

I'm confident in my change, but I would *really* like if jeremy could look
at that.

J.F.
source/rpc_parse/parse_misc.c
source/rpc_parse/parse_net.c