summaryrefslogtreecommitdiffhomepage
path: root/src/conf.h
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2010-01-25 13:06:58 +0530
committerMukund Sivaraman <muks@banu.com>2010-01-25 13:06:58 +0530
commit19b9bff88809429f82632da7e499790a6ea4d846 (patch)
treec443bce31834f7a47626991a1cca6cac1c70279b /src/conf.h
parent13eb2258e0edc129265e288a811fb7e4fad968c9 (diff)
Fix compiler warning about dereferencing type-punned pointers
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index fbb4748..9a53adf 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -40,7 +40,7 @@ struct config_s {
char *logf_name;
char *config_file;
unsigned int syslog; /* boolean */
- int port;
+ unsigned int port;
char *stathost;
unsigned int godaemon; /* boolean */
unsigned int quit; /* boolean */