diff options
Diffstat (limited to 'dev/msyncclient.c')
| -rw-r--r-- | dev/msyncclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/msyncclient.c b/dev/msyncclient.c index 804e1ed..e3bb0c2 100644 --- a/dev/msyncclient.c +++ b/dev/msyncclient.c | |||
| @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) | |||
| 51 | 51 | ||
| 52 | if (port) { | 52 | if (port) { |
| 53 | iphone_msync_client_t msync = NULL; | 53 | iphone_msync_client_t msync = NULL; |
| 54 | iphone_msync_new_client(phone, 3432, port, &msync); | 54 | iphone_msync_new_client(phone, port, &msync); |
| 55 | if (msync) { | 55 | if (msync) { |
| 56 | iphone_msync_get_all_contacts(msync); | 56 | iphone_msync_get_all_contacts(msync); |
| 57 | iphone_msync_free_client(msync); | 57 | iphone_msync_free_client(msync); |
