diff options
| author | 2008-08-05 23:25:35 -0700 | |
|---|---|---|
| committer | 2008-08-05 23:28:10 -0700 | |
| commit | 25e85bf5362b6f4c1878665c6037fdbfdc25c155 (patch) | |
| tree | 437979cdb4b9a7958a3d891d6a39a7be2bf61d17 /src/main.c | |
| parent | 4b558a53f61005b0ca49665d2da92303f6e14872 (diff) | |
| download | libimobiledevice-25e85bf5362b6f4c1878665c6037fdbfdc25c155.tar.gz libimobiledevice-25e85bf5362b6f4c1878665c6037fdbfdc25c155.tar.bz2 | |
Zack's final changes to the pairing.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -57,6 +57,7 @@ int main(int argc, char *argv[]) { | |||
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | printf("Now starting SSL.\n"); | 59 | printf("Now starting SSL.\n"); |
| 60 | |||
| 60 | host_id = get_host_id(); | 61 | host_id = get_host_id(); |
| 61 | if (host_id && !lockdownd_start_SSL_session(control, host_id)) { | 62 | if (host_id && !lockdownd_start_SSL_session(control, host_id)) { |
| 62 | printf("Error happened in GnuTLS...\n"); | 63 | printf("Error happened in GnuTLS...\n"); |
