Fix the transport command-line parameter

This commit is contained in:
Jef Driesen 2018-08-26 10:37:36 +02:00
parent e4f04128be
commit a4d9f72cf0

View File

@ -123,6 +123,9 @@ dctool_timesync_run (int argc, char *argv[], dc_context_t *context, dc_descripto
case 'h':
help = 1;
break;
case 't':
transport = dctool_transport_type (optarg);
break;
default:
return EXIT_FAILURE;
}