diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lockdown.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index 641fcdb..227246a 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -217,6 +217,11 @@ lockdownd_error_t lockdownd_stop_session(lockdownd_client_t client, const char * | |||
| 217 | client->session_id = NULL; | 217 | client->session_id = NULL; |
| 218 | } | 218 | } |
| 219 | 219 | ||
| 220 | if (client->ssl_enabled) { | ||
| 221 | property_list_service_disable_ssl(client->parent); | ||
| 222 | client->ssl_enabled = 0; | ||
| 223 | } | ||
| 224 | |||
| 220 | return ret; | 225 | return ret; |
| 221 | } | 226 | } |
| 222 | 227 | ||
