diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-03-02 05:23:06 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-03-02 05:23:06 +0000 |
commit | 76864bb3f17b2d9a84a2d5c139ec12afb23d2039 (patch) | |
tree | 6e96d6228cadd5618cbbcd2db2be7de7ab90debb | |
parent | 214307e4d95ac204f240b300ed4a435487165e0a (diff) | |
download | samba-76864bb3f17b2d9a84a2d5c139ec12afb23d2039.tar.gz samba-76864bb3f17b2d9a84a2d5c139ec12afb23d2039.tar.bz2 samba-76864bb3f17b2d9a84a2d5c139ec12afb23d2039.zip |
Missing include file update for the secrets.c trustdom changes
(This used to be commit e3585e3c2ce2a09453fa1b59a947eccd67dfb88a)
-rw-r--r-- | source3/include/secrets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/secrets.h b/source3/include/secrets.h index 2ab8d1168f..db0e13bacd 100644 --- a/source3/include/secrets.h +++ b/source3/include/secrets.h @@ -44,7 +44,7 @@ struct machine_acct_pass { /* structure for storing trusted domain password */ struct trusted_dom_pass { int pass_len; - char* pass; + fstring pass; time_t mod_time; DOM_SID domain_sid; /* remote domain's sid */ }; |