1
0
Эх сурвалжийг харах

* Fix compile error, tmppass_set -> pass1_set

Bryan Drewery 17 жил өмнө
parent
commit
5927076636
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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"
 };