aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-19 09:55:53 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-19 09:55:53 +0200
commit41ca004ade77a9c343efbd523dd88deb9231487e (patch)
treec096c4b6b34898e453dbdc9021262214234f66eb /conf.c
parentac83732afa83f21915e536c5c6f29f033f8623a3 (diff)
parent881fd4e3a6d6405e982239e8b315069b724a1d22 (diff)
Merging from main development tree.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 0bd9cbc8..7538825d 100644
--- a/conf.c
+++ b/conf.c
@@ -94,7 +94,7 @@ conf_t *conf_load( int argc, char *argv[] )
}
conf->port = i;
}
- else if( opt == 'p' )
+ else if( opt == 'P' )
{
g_free( conf->pidfile );
conf->pidfile = g_strdup( optarg );