summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 1efc228..ea7c390 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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");