Skip to content
Snippets Groups Projects
Commit a2dca3b6 authored by Eric Mei's avatar Eric Mei
Browse files

fix default path for lacl_upcall.

parent 1ad4ea7c
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
static struct upcall_cache _rmtacl_upcall_cache; static struct upcall_cache _rmtacl_upcall_cache;
static struct list_head _rmtacl_upcall_hashtable[RMTACL_UPCALL_HASHSIZE]; static struct list_head _rmtacl_upcall_hashtable[RMTACL_UPCALL_HASHSIZE];
#define RMTACL_UPCALL_PATH "/usr/bin/lacl_upcall" #define RMTACL_UPCALL_PATH "/usr/sbin/lacl_upcall"
#define RMTACL_ACQUIRE_EXPIRE (20) #define RMTACL_ACQUIRE_EXPIRE (20)
#define RMTACL_ENTRY_EXPIRE (0) #define RMTACL_ENTRY_EXPIRE (0)
#define RMTACL_ERR_ENTRY_EXPIRE (0) #define RMTACL_ERR_ENTRY_EXPIRE (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment