diff options
Diffstat (limited to 'accel-pppd/extra/net-snmp/shutdown.c')
-rw-r--r-- | accel-pppd/extra/net-snmp/shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/extra/net-snmp/shutdown.c b/accel-pppd/extra/net-snmp/shutdown.c index 82f85407..06c87c51 100644 --- a/accel-pppd/extra/net-snmp/shutdown.c +++ b/accel-pppd/extra/net-snmp/shutdown.c @@ -35,7 +35,7 @@ handle_shutdown(netsnmp_mib_handler *handler, /* a instance handler also only hands us one request at a time, so we don't need to loop over a list of requests; we'll only get one. */ - + switch(reqinfo->mode) { case MODE_GET: |