diff options
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/extra/net-snmp/statIPOE.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pppd/extra/net-snmp/statIPOE.c b/accel-pppd/extra/net-snmp/statIPOE.c index 1e15660..be41085 100644 --- a/accel-pppd/extra/net-snmp/statIPOE.c +++ b/accel-pppd/extra/net-snmp/statIPOE.c @@ -31,8 +31,8 @@ init_statIPOE(void) netsnmp_handler_registration *reg; netsnmp_watcher_info *winfo; - static oid statIPOEStarting_oid[] = { 1,3,6,1,4,1,8072,100,1,5,1 }; - static oid statIPOEActive_oid[] = { 1,3,6,1,4,1,8072,100,1,5,2 }; + static oid statIPOEStarting_oid[] = { 1,3,6,1,4,1,8072,100,1,6,1 }; + static oid statIPOEActive_oid[] = { 1,3,6,1,4,1,8072,100,1,6,2 }; /* * a debugging statement. Run the agent with -DstatIPOE to see |