wmppp.app: Rename system wide fixed options configuration file for consistency.

This commit is contained in:
Doug Torrance 2014-09-14 12:57:16 -05:00 committed by Carlos R. Mafra
parent 070bddbe13
commit 9e02f15e59

View file

@ -415,7 +415,7 @@ void wmppp_routine(int argc, char **argv) {
strcat(temp, "/.wmppprc");
parse_rcfile(temp, wmppp_keys);
strcpy(temp, "/etc/wmppp.fixed");
strcpy(temp, "/etc/wmppprc.fixed");
parse_rcfile(temp, wmppp_keys);
/* Open the display */