summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swig/iphone.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/iphone.i b/swig/iphone.i
index ae2e97f..4e604e0 100644
--- a/swig/iphone.i
+++ b/swig/iphone.i
@@ -92,7 +92,7 @@ MobileSync* my_new_MobileSync(Lockdownd* lckd) {
92 client = (MobileSync*) malloc(sizeof(MobileSync)); 92 client = (MobileSync*) malloc(sizeof(MobileSync));
93 client->lckd = lckd; 93 client->lckd = lckd;
94 client->client = NULL; 94 client->client = NULL;
95 iphone_msync_new_client ( lckd->dev->dev, 3432, port, &(client->client)); 95 iphone_msync_new_client ( lckd->dev->dev, port, &(client->client));
96 } 96 }
97 return client; 97 return client;
98} 98}