client: Default server port is 9998, not 9999

Change-Id: Ifd19cb2aaff7e53c0d142cea07ca75c064a7ee12
This commit is contained in:
Harald Welte 2019-03-30 08:34:14 +01:00
parent 2ea20b92fd
commit 7817b20e04
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ int main(int argc, char **argv)
int rc;
int c, ret = 1;
int keep_running = 0;
int server_port = 9999;
int server_port = 9998;
int if_num = 0, vendor_id = -1, product_id = -1;
int config_id = -1, altsetting = 0, addr = -1;
char *server_host = "127.0.0.1";