diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-02-22 12:17:02 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-02-22 12:17:02 +0000 |
commit | db94beaa41d6c2c82ee9351a171f2a73a9e358da (patch) | |
tree | f566fca2e8e20d4c2d2192d07e8d707feddbab26 | |
parent | ae2f064dc65762e32db10de1362e2cef782eb304 (diff) | |
download | samba-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)
-rw-r--r-- | source3/passdb/passdb.c | 5 |
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 *************************************************************/ |