diff options
| author | 2013-09-19 21:47:44 +0200 | |
|---|---|---|
| committer | 2013-09-19 21:47:44 +0200 | |
| commit | 7de9ac3ed900701fd2fafb2e0c006b56f18672d7 (patch) | |
| tree | bbf7c0bd28b387c39362ce961017ff04e2b4a48b /src/preflight.c | |
| parent | 130d1ca4d5d99ef4a470e90db64116a0de55b43e (diff) | |
| download | usbmuxd-7de9ac3ed900701fd2fafb2e0c006b56f18672d7.tar.gz usbmuxd-7de9ac3ed900701fd2fafb2e0c006b56f18672d7.tar.bz2 | |
preflight: Use userpref_get_system_buid() instead of hardcoded path
Diffstat (limited to 'src/preflight.c')
| -rw-r--r-- | src/preflight.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/preflight.c b/src/preflight.c index ec510ec..17748c6 100644 --- a/src/preflight.c +++ b/src/preflight.c | |||
| @@ -49,8 +49,6 @@ struct idevice_private { | |||
| 49 | void *conn_data; | 49 | void *conn_data; |
| 50 | }; | 50 | }; |
| 51 | 51 | ||
| 52 | extern void userpref_get_system_buid(char **systembuid); | ||
| 53 | |||
| 54 | struct np_cb_data { | 52 | struct np_cb_data { |
| 55 | idevice_t dev; | 53 | idevice_t dev; |
| 56 | np_client_t np; | 54 | np_client_t np; |
| @@ -194,9 +192,9 @@ static void* preflight_worker_handle_device_add(void* userdata) | |||
| 194 | struct np_cb_data cbdata; | 192 | struct np_cb_data cbdata; |
| 195 | cbdata.dev = dev; | 193 | cbdata.dev = dev; |
| 196 | cbdata.np = np; | 194 | cbdata.np = np; |
| 197 | 195 | ||
| 198 | np_set_notify_callback(np, np_callback, (void*)&cbdata); | 196 | np_set_notify_callback(np, np_callback, (void*)&cbdata); |
| 199 | 197 | ||
| 200 | const char* spec[] = { | 198 | const char* spec[] = { |
| 201 | "com.apple.mobile.lockdown.request_pair", | 199 | "com.apple.mobile.lockdown.request_pair", |
| 202 | "com.apple.mobile.lockdown.request_host_buid", | 200 | "com.apple.mobile.lockdown.request_host_buid", |
