diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-21 16:28:44 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-21 16:28:44 +0000 |
commit | 477350638399b8ff264100c7832c14df719055f3 (patch) | |
tree | 783ae3d3f7045b98592daae7cbb7c1c3240632fd /source3/rpc_parse/parse_samr.c | |
parent | 9307940876a6c226969e9169d55c0408cd7ab032 (diff) | |
download | samba-477350638399b8ff264100c7832c14df719055f3.tar.gz samba-477350638399b8ff264100c7832c14df719055f3.tar.bz2 samba-477350638399b8ff264100c7832c14df719055f3.zip |
signed / unsigned issues
(This used to be commit bd2fc6bb85739cb8e7ed2254e2a553486daed054)
Diffstat (limited to 'source3/rpc_parse/parse_samr.c')
-rw-r--r-- | source3/rpc_parse/parse_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index 5797fab31f..3fab30bf8b 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -2734,7 +2734,7 @@ void make_samr_q_chgpasswd_user(SAMR_Q_CHGPASSWD_USER *q_u, make_enc_passwd(&(q_u->lm_newpass), lm_newpass); make_enc_hash (&(q_u->lm_oldhash), lm_oldhash); -}; +} /******************************************************************* reads or writes a structure. |