summaryrefslogtreecommitdiffstats
path: root/util/passwdconverter.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/passwdconverter.c')
-rw-r--r--util/passwdconverter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/passwdconverter.c b/util/passwdconverter.c
index cd5b1fc6..85b2cf8f 100644
--- a/util/passwdconverter.c
+++ b/util/passwdconverter.c
@@ -56,7 +56,7 @@ typedef struct old_userec_t {
void transform(userec_t *new, old_userec_t *old)
{
- new->version = 2275;
+ new->version = PASSWD_VERSION;
strlcpy(new->userid, old->userid, IDLEN + 1);
strlcpy(new->realname, old->realname, 20);