summaryrefslogtreecommitdiff
path: root/source3/include/secrets.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-03-02 05:23:06 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-03-02 05:23:06 +0000
commit76864bb3f17b2d9a84a2d5c139ec12afb23d2039 (patch)
tree6e96d6228cadd5618cbbcd2db2be7de7ab90debb /source3/include/secrets.h
parent214307e4d95ac204f240b300ed4a435487165e0a (diff)
downloadsamba-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)
Diffstat (limited to 'source3/include/secrets.h')
-rw-r--r--source3/include/secrets.h2
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 */
};