From 25e85bf5362b6f4c1878665c6037fdbfdc25c155 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Tue, 5 Aug 2008 23:25:35 -0700 Subject: Zack's final changes to the pairing. --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') 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[]) { } printf("Now starting SSL.\n"); + host_id = get_host_id(); if (host_id && !lockdownd_start_SSL_session(control, host_id)) { printf("Error happened in GnuTLS...\n"); -- cgit v1.1-32-gdbae