Whoops. Reset would be reset, not stop.

git-svn-id: file:///home/svn/framework3/trunk@13752 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Weeks 2011-09-18 20:26:09 +00:00
parent f4be092ac1
commit 10bf0fbe84
3 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ Command customCommands[] =
// Reset DHCP
{ "lanattacks_reset_dhcp",
{ request_lanattacks_stop_dhcp, { 0 }, 0 },
{ request_lanattacks_reset_dhcp, { 0 }, 0 },
{ EMPTY_DISPATCH_HANDLER },
},