From 14ec078615cbc37b891762bbcbd02edc34113ebf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 5 Jul 2003 11:04:09 +0000 Subject: Fix comment (This used to be commit f7bf48114cec83a3f3107cce2b413221276a486d) --- source3/passdb/pdb_guest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb/pdb_guest.c') 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) -- cgit