summaryrefslogtreecommitdiffstats
path: root/src/lockdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lockdown.c')
-rw-r--r--src/lockdown.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lockdown.c b/src/lockdown.c
index 3969868..f02e783 100644
--- a/src/lockdown.c
+++ b/src/lockdown.c
@@ -89,11 +89,12 @@ lockdownd_client *new_lockdownd_client(iPhone *phone) {
89 return control; 89 return control;
90} 90}
91 91
92
92/** Closes the lockdownd client and does the necessary housekeeping. 93/** Closes the lockdownd client and does the necessary housekeeping.
93 * 94 *
94 * @param control The lockdown client 95 * @param control The lockdown client
95 */ 96 */
96void lockdown_close(lockdownd_client *control) { 97void lockdownd_close(lockdownd_client *control) {
97 if (!control) return; 98 if (!control) return;
98 if (control->connection) { 99 if (control->connection) {
99 mux_close_connection(control->connection); 100 mux_close_connection(control->connection);