summaryrefslogtreecommitdiffstats
path: root/qarsh.c
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-09-11 17:32:13 -0400
committerNathan Straz <nstraz@redhat.com>2013-09-11 17:32:13 -0400
commit441a1f8e1eb63464540a8852b246120284fefc11 (patch)
treef1f113c99632b9f48a302c433afcb8c6bff15c06 /qarsh.c
parentf76901b6a225e796f468354845313088df71f2f7 (diff)
downloadqarsh-441a1f8e1eb63464540a8852b246120284fefc11.tar.gz
qarsh-441a1f8e1eb63464540a8852b246120284fefc11.tar.xz
qarsh-441a1f8e1eb63464540a8852b246120284fefc11.zip
Move to a new port for the new protocol
I don't see any way to coexist with the old "protocol"
Diffstat (limited to 'qarsh.c')
-rw-r--r--qarsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarsh.c b/qarsh.c
index 7ae95fc..b77d939 100644
--- a/qarsh.c
+++ b/qarsh.c
@@ -418,7 +418,7 @@ int
main(int argc, char *argv[])
{
int c;
- int port = 5008;
+ int port = 5016;
char *host = NULL;
char *remuser = NULL;
char *remgroup = NULL;