summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_guest.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-07-05 11:04:09 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-07-05 11:04:09 +0000
commit14ec078615cbc37b891762bbcbd02edc34113ebf (patch)
tree784f8a58aff591c69b38b908af2ab8d161e1116c /source3/passdb/pdb_guest.c
parent85921dbd6fa417aa451ab9b6e88ecb7900333549 (diff)
downloadsamba-14ec078615cbc37b891762bbcbd02edc34113ebf.tar.gz
samba-14ec078615cbc37b891762bbcbd02edc34113ebf.tar.bz2
samba-14ec078615cbc37b891762bbcbd02edc34113ebf.zip
Fix comment
(This used to be commit f7bf48114cec83a3f3107cce2b413221276a486d)
Diffstat (limited to 'source3/passdb/pdb_guest.c')
-rw-r--r--source3/passdb/pdb_guest.c2
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)