diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-18 18:44:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2007-10-18 18:44:25 +0200 |
commit | e9b755e3726fa41ac2d4ed1c3a6192d1af68edbc (patch) | |
tree | e9940f353e77d615eed2e89479d5038c40fc3e92 /conf.h | |
parent | c511365ddc57359ab3020ccbd3f20e23b55ba5ca (diff) |
Use standard functions for dealing with both IPv6 and IPv4.
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } au typedef struct conf { char *iface; - signed int port; + char *port; int nofork; int verbose; runmode_t runmode; |