From 74c81b034f7c61fd8582558a4bc5ad7f41c37b1a Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 21 Sep 2013 01:42:10 +0200 Subject: userpref: Use /var/lib/lockdown as the system-wide pair record path on Linux --- common/userpref.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'common/userpref.c') diff --git a/common/userpref.c b/common/userpref.c index 3fc4adc..5250978 100644 --- a/common/userpref.c +++ b/common/userpref.c @@ -69,15 +69,12 @@ #define USERPREF_CONFIG_EXTENSION ".plist" -#ifndef __APPLE__ -#define USERPREF_CONFIG_DIR "libimobiledevice" -#else #ifdef WIN32 #define USERPREF_CONFIG_DIR "Apple"DIR_SEP_S"Lockdown" #else #define USERPREF_CONFIG_DIR "lockdown" #endif -#endif + #define USERPREF_CONFIG_FILE "SystemConfiguration"USERPREF_CONFIG_EXTENSION static char *__config_dir = NULL; -- cgit v1.1-32-gdbae