ソースを参照

* Fix compile error, tmppass_set -> pass1_set

Bryan Drewery 17 年 前
コミット
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"
 };