diff options
Diffstat (limited to 'dev/lckdclient.c')
| -rw-r--r-- | dev/lckdclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lckdclient.c b/dev/lckdclient.c index adf0aaa..7b7604e 100644 --- a/dev/lckdclient.c +++ b/dev/lckdclient.c | |||
| @@ -92,7 +92,7 @@ int main(int argc, char *argv[]) | |||
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | if (!strcmp(*args, "start") && len == 2) { | 94 | if (!strcmp(*args, "start") && len == 2) { |
| 95 | int port = 0; | 95 | uint16_t port = 0; |
| 96 | if(LOCKDOWN_E_SUCCESS == lockdownd_start_service(client, *(args + 1), &port)) { | 96 | if(LOCKDOWN_E_SUCCESS == lockdownd_start_service(client, *(args + 1), &port)) { |
| 97 | printf("started service %s on port %i\n", *(args + 1), port); | 97 | printf("started service %s on port %i\n", *(args + 1), port); |
| 98 | } | 98 | } |
