X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;fp=pppd%2Fmain.c;h=2b5393624f7800e55d50beed334a85453422e312;hp=099c0505a4217ff942e75ffe3fb419996a0e7b57;hb=7afd9fdfe025a5c448d737a23d2e635e9cf6bd2d;hpb=6531eb055818ea1b4df386b3e7132392771cd0e5 diff --git a/pppd/main.c b/pppd/main.c index 099c050..2b53936 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -293,6 +293,9 @@ main(int argc, char *argv[]) struct protent *protp; char numbuf[16]; + strlcpy(path_ipup, _PATH_IPUP, sizeof(path_ipup)); + strlcpy(path_ipdown, _PATH_IPDOWN, sizeof(path_ipdown)); + link_stats_valid = 0; new_phase(PHASE_INITIALIZE);