X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fpppoatm%2Fpppoatm.c;h=d693350bc473078b85030254b132a4217e690b9d;hb=52cd43a84bea524033b918b603698104f221bbb7;hp=7712c6d8fdd79ad9787c0902179ca715e63d6d10;hpb=f0259e4526354c69482217dcf5f36aca6068d251;p=ppp.git diff --git a/pppd/plugins/pppoatm/pppoatm.c b/pppd/plugins/pppoatm/pppoatm.c index 7712c6d..d693350 100644 --- a/pppd/plugins/pppoatm/pppoatm.c +++ b/pppd/plugins/pppoatm/pppoatm.c @@ -133,8 +133,6 @@ static int connect_pppoatm(void) int fd; struct atm_qos qos; - system ("/sbin/modprobe -q pppoatm"); - if (!device_got_set) no_device_given_pppoatm(); fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);