summaryrefslogtreecommitdiffstats
path: root/src/wsman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsman.c')
-rw-r--r--src/wsman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 75f0c4a..4c34e78 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -395,7 +395,7 @@ static char wsman_parse_options(int argc, char **argv)
// set default options
if (server_port == 0) {
- server_port = cainfo ? 5985 : 5986;
+ server_port = cainfo ? 5986 : 5985;
}
if (url_path == NULL) {
if (strcmp(argv[1], "anonid") == 0)