summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-05-25 13:24:36 +0000
committerLuke Leighton <lkcl@samba.org>1998-05-25 13:24:36 +0000
commitd553901b9a21c4917058fc6838aaf73eb9a1c8cc (patch)
tree65265f60240d9fcd0e9472f82f41c8296228e585 /source/passdb/passdb.c
parenteb157d6da4719b415a1f5202364aa77f2596bc03 (diff)
downloadsamba-d553901b9a21c4917058fc6838aaf73eb9a1c8cc.tar.gz
samba-d553901b9a21c4917058fc6838aaf73eb9a1c8cc.tar.xz
samba-d553901b9a21c4917058fc6838aaf73eb9a1c8cc.zip
i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"
not found. this gave me a clue... #if 0 /* commented out until someone uses them jra */ ... #endif
Diffstat (limited to 'source/passdb/passdb.c')
-rw-r--r--source/passdb/passdb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/passdb/passdb.c b/source/passdb/passdb.c
index b07829cb8b6..47811a3938e 100644
--- a/source/passdb/passdb.c
+++ b/source/passdb/passdb.c
@@ -592,9 +592,6 @@ struct sam_passwd *pdb_smb_to_sam(struct smb_passwd *user)
return &pw_buf;
}
-#if 0
-
- COMMENTED OUT UNTIL SOMETHING ACTUALLY USES THEM. JRA.
/*******************************************************************
gets password-database-format time from a string.
@@ -653,8 +650,6 @@ void pdb_set_last_set_time(char *p, int max_len, time_t t)
set_time_in_string(p, max_len, "LCT", t);
}
-#endif /* 0 */
-
/**********************************************************
Encode the account control bits into a string.
**********************************************************/