diff options.h @ 104:298098b2a61e

Default port is now set as a string
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Aug 2004 04:12:08 +0000
parents c2ac796b130e
children 88e0a1ad951a
line wrap: on
line diff
--- a/options.h	Tue Aug 24 04:10:37 2004 +0000
+++ b/options.h	Tue Aug 24 04:12:08 2004 +0000
@@ -11,7 +11,7 @@
  ******************************************************************/
 
 #ifndef DROPBEAR_PORT
-#define DROPBEAR_PORT 22
+#define DROPBEAR_DEFPORT "22"
 #endif
 
 /* Default hostkey paths - these can be specified on the command line */