summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-02-22 12:17:02 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-02-22 12:17:02 +0000
commitdb94beaa41d6c2c82ee9351a171f2a73a9e358da (patch)
treef566fca2e8e20d4c2d2192d07e8d707feddbab26 /source3/passdb
parentae2f064dc65762e32db10de1362e2cef782eb304 (diff)
downloadsamba-db94beaa41d6c2c82ee9351a171f2a73a9e358da.tar.gz
samba-db94beaa41d6c2c82ee9351a171f2a73a9e358da.tar.bz2
samba-db94beaa41d6c2c82ee9351a171f2a73a9e358da.zip
Fix comment - the other bits of code don't call this any more.
(This used to be commit 523d1429b1072c999d376d2b4e13a1c08349990a)
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/passdb.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c
index eff1ef4bcc..5e6466ff0a 100644
--- a/source3/passdb/passdb.c
+++ b/source3/passdb/passdb.c
@@ -992,10 +992,7 @@ BOOL local_sid_to_gid(gid_t *pgid, const DOM_SID *psid, enum SID_NAME_USE *name_
/*************************************************************
Change a password entry in the local smbpasswd file.
- FIXME!! The function needs to be abstracted into the
- passdb interface or something. It is currently being called
- by _api_samr_create_user() in rpc_server/srv_samr.c,
- in SWAT and by smbpasswd/pdbedit.
+It is currently being called by SWAT and by smbpasswd.
--jerry
*************************************************************/