]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - user_list.c
server: Free parse result also in afs.
[paraslash.git] / user_list.c
index 18b489b9e4c615824822feb801e3820df63ef554..030865fad614a3a9b2b190da0e3cf1d9ceb94a25 100644 (file)
@@ -67,7 +67,7 @@ void user_list_deplete(void)
  *
  * This function either succeeds or calls exit(3).
  */
-void user_list_init(char *user_list_file)
+void user_list_init(const char *user_list_file)
 {
        int ret = -E_USERLIST;
        FILE *file_ptr = fopen(user_list_file, "r");