From 435f5feb4b5c501db52743a170908687d3ba6f60 Mon Sep 17 00:00:00 2001
From: Matt Colyer
Date: Tue, 19 May 2009 07:38:06 -0700
Subject: Updated method python binding to new iphone_msync_new_client
 signature.

---
 swig/iphone.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'swig')

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;
 }
-- 
cgit v1.1-32-gdbae