diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-30 11:37:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:35:01 -0500 |
commit | 81e130b592d128a1dc1e9f2abf91b1e376512b88 (patch) | |
tree | c67c9ef95b82ec05c29200ff74a64b70260b9e39 /source4/lib/samba3 | |
parent | f9447d2a17089178d311e03e398c25c749450f6d (diff) | |
download | samba-81e130b592d128a1dc1e9f2abf91b1e376512b88.tar.gz samba-81e130b592d128a1dc1e9f2abf91b1e376512b88.tar.bz2 samba-81e130b592d128a1dc1e9f2abf91b1e376512b88.zip |
r9789: Patch from Volker that fixes the build on AIX.
(This used to be commit 9a1a7fb60e6531ff74e6817313548f3cee37a990)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/samba3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h index a41109a145..b8a9c68617 100644 --- a/source4/lib/samba3/samba3.h +++ b/source4/lib/samba3/samba3.h @@ -160,7 +160,7 @@ struct samba3_secrets struct { uint8_t hash[16]; time_t mod_time; - } hash_pw;; + } hash_pw; int sec_channel_type; } *domains; |