X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fauth.c;h=41ef5463c5928d84f2ea7bc225d103aa61a15873;hb=ef0a499148f81d19ada42650cff5b969bf7cad7f;hp=9f677c2f37330743a216e0f72e91cd19042bdbd7;hpb=cf141d059db0db1419e99b99099389c4c2e0ca0f;p=ppp.git diff --git a/pppd/auth.c b/pppd/auth.c index 9f677c2..41ef546 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -68,7 +68,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: auth.c,v 1.106 2005/07/13 10:41:58 paulus Exp $" +#define RCSID "$Id: auth.c,v 1.107 2005/08/25 23:59:34 paulus Exp $" #include #include @@ -2558,5 +2558,5 @@ auth_script(script) argv[5] = strspeed; argv[6] = NULL; - auth_script_pid = run_program(script, argv, 0, auth_script_done, NULL); + auth_script_pid = run_program(script, argv, 0, auth_script_done, NULL, 0); }