summaryrefslogtreecommitdiffstats
path: root/swig/iphone.i
diff options
context:
space:
mode:
Diffstat (limited to 'swig/iphone.i')
-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) {
client = (MobileSync*) malloc(sizeof(MobileSync));
client->lckd = lckd;
client->client = NULL;
- iphone_msync_new_client ( lckd->dev->dev, 3432, port, &(client->client));
+ iphone_msync_new_client ( lckd->dev->dev, port, &(client->client));
}
return client;
}