Fix an incorrect parameter usage here.

Submitted by:	monthadar@gmail.com
This commit is contained in:
Adrian Chadd 2012-03-22 21:22:58 +00:00
parent 4350d77706
commit bde65615f6

View File

@ -1879,7 +1879,7 @@ DECL_CMD_FUNC(set80211meshttl, val, d)
static
DECL_CMD_FUNC(set80211meshforward, val, d)
{
set80211(s, IEEE80211_IOC_MESH_FWRD, atoi(val), 0, NULL);
set80211(s, IEEE80211_IOC_MESH_FWRD, d, 0, NULL);
}
static