]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/ppp-2.4.2-pppoatm-modprobe.patch
Applied "check on BER decoding" security fix
[people/pmueller/ipfire-2.x.git] / src / patches / ppp-2.4.2-pppoatm-modprobe.patch
CommitLineData
cd1a2927
MT
1diff -ruN ppp.orig/pppd/plugins/pppoatm.c ppp/pppd/plugins/pppoatm.c
2--- ppp.orig/pppd/plugins/pppoatm.c 2003-10-17 22:03:40.000000000 +0200
3+++ ppp/pppd/plugins/pppoatm.c 2003-10-17 22:03:27.000000000 +0200
4@@ -148,7 +148,9 @@
5 int fd;
6 struct atm_qos qos;
7
8+/*
9 system ("/sbin/modprobe pppoatm");
10+*/
11
12 if (!device_got_set)
13 no_device_given_pppoatm();