diff options
Diffstat (limited to 'source/lib/samba3/samba3.h')
-rw-r--r-- | source/lib/samba3/samba3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/samba3/samba3.h b/source/lib/samba3/samba3.h index a41109a145e..b8a9c68617d 100644 --- a/source/lib/samba3/samba3.h +++ b/source/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; |