Parcourir la source

* Fix compile error, tmppass_set -> pass1_set

Bryan Drewery il y a 17 ans
Parent
commit
5927076636
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/userent.c

+ 1 - 1
src/userent.c

@@ -643,7 +643,7 @@ struct user_entry_type USERENTRY_PASS1 =
   def_write_userfile,
   def_kill,
   def_get,
-  tmppass_set,
+  pass1_set,
   NULL,
   "PASS1"
 };