Skip to content

Commit

Permalink
Close GitHub Issue #89.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish-Git committed May 5, 2018
1 parent bcc28c8 commit 293a63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qeth.c
Expand Up @@ -4009,7 +4009,7 @@ U32 mask4;
WRMSG( HHC00917, "E", SSID_TO_LCSS(dev->ssid), dev->devnum, dev->typname, "ipaddr" );
retcode = -1;
}
if (!grp->ttnetmask)
if (!grp->ttnetmask && !grp->ttpfxlen)
{
// "%1d:%04X %s: Required parameter '%s' missing"
WRMSG( HHC00917, "E", SSID_TO_LCSS(dev->ssid), dev->devnum, dev->typname, "netmask" );
Expand Down

0 comments on commit 293a63a

Please sign in to comment.