From 07545f2489d7727daf0407fdec40d1c4b091d1b5 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 7 Oct 2007 22:01:38 +0000 Subject: Default to a port of 0, which tells remctl to use its default. --- client/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/internal.h') diff --git a/client/internal.h b/client/internal.h index cbc1030..6f4a991 100644 --- a/client/internal.h +++ b/client/internal.h @@ -22,7 +22,7 @@ struct remctl; # define WALLET_SERVER "wallet.stanford.edu" #endif #ifndef WALLET_PORT -# define WALLET_PORT 4444 +# define WALLET_PORT 0 #endif BEGIN_DECLS -- cgit v1.2.3