Rename acl functions.
[paraslash.git] / client_common.c
index 5359b29944d0f52242fe31cb25bfc9a0b9065ab6..fdc9a5345a8358fc55c9641b7a123c59b22237dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 1997-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -371,7 +371,7 @@ int client_open(int argc, char *argv[], struct private_client_data **pcd_ptr)
 out:
        free(home);
        if (ret < 0) {
 out:
        free(home);
        if (ret < 0) {
-               PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret));
+               PARA_ERROR_LOG("%s\n", para_strerror(-ret));
                client_close(pcd);
                *pcd_ptr = NULL;
        }
                client_close(pcd);
                *pcd_ptr = NULL;
        }