diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-07-05 11:04:09 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-07-05 11:04:09 +0000 |
commit | 14ec078615cbc37b891762bbcbd02edc34113ebf (patch) | |
tree | 784f8a58aff591c69b38b908af2ab8d161e1116c | |
parent | 85921dbd6fa417aa451ab9b6e88ecb7900333549 (diff) | |
download | samba-14ec078615cbc37b891762bbcbd02edc34113ebf.tar.gz samba-14ec078615cbc37b891762bbcbd02edc34113ebf.tar.bz2 samba-14ec078615cbc37b891762bbcbd02edc34113ebf.zip |
Fix comment
(This used to be commit f7bf48114cec83a3f3107cce2b413221276a486d)
-rw-r--r-- | source3/passdb/pdb_guest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_guest.c b/source3/passdb/pdb_guest.c index 18a456b2e1..fa29657edc 100644 --- a/source3/passdb/pdb_guest.c +++ b/source3/passdb/pdb_guest.c @@ -105,7 +105,7 @@ static NTSTATUS guestsam_getsampwsid(struct pdb_methods *my_methods, SAM_ACCOUNT want to twidde the filesystem, so what should we do? Current plan is to transparently add the account. It should appear - as if the pdb_unix version was modified, but its actually stored somehwere. + as if the pdb_guest version was modified, but its actually stored somehwere. ****************************************************************************/ static NTSTATUS guestsam_update_sam_account (struct pdb_methods *methods, SAM_ACCOUNT *newpwd) |