summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index f7b98f1..9dff3fe 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -255,9 +255,6 @@ read_userconfig(char const * file)
buf = NULL;
linecap = 0;
- if (file == NULL)
- file = _PATH_PW_CONF;
-
if ((fp = fopen(file, "r")) == NULL)
return (&config);