Просмотр исходного кода

* Fix compile error, tmppass_set -> pass1_set

Bryan Drewery 17 лет назад
Родитель
Сommit
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"
 };