Added rc script for the Validate AuthToken service.
This commit is contained in:
@@ -48,8 +48,12 @@ pthread_mutex_t g_hModuleMutex = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
//
|
||||
// Ipc client library path
|
||||
//
|
||||
//
|
||||
#ifdef _LIB64
|
||||
char IpcClientLibraryPath[] = "/usr/lib64/libcasa_c_ipc.so";
|
||||
#else
|
||||
char IpcClientLibraryPath[] = "/usr/lib/libcasa_c_ipc.so";
|
||||
#endif
|
||||
|
||||
|
||||
//++=======================================================================
|
||||
|
||||
Reference in New Issue
Block a user