diff options
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; |