summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/iphone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iphone.c b/src/iphone.c
index 8bc9e8d..b677220 100644
--- a/src/iphone.c
+++ b/src/iphone.c
@@ -611,6 +611,8 @@ iphone_error_t iphone_connection_disable_ssl(iphone_connection_t connection)
611 free(connection->ssl_data); 611 free(connection->ssl_data);
612 connection->ssl_data = NULL; 612 connection->ssl_data = NULL;
613 613
614 debug_info("SSL mode disabled");
615
614 return IPHONE_E_SUCCESS; 616 return IPHONE_E_SUCCESS;
615} 617}
616 618