|
Lines 1399-1405
Link Here
|
| 1399 |
usedarg++; |
1399 |
usedarg++; |
| 1400 |
opt_flags |= OP_MASK; |
1400 |
opt_flags |= OP_MASK; |
| 1401 |
} else if (cpoptarg && (!strcmp(cpopt, "network") || |
1401 |
} else if (cpoptarg && (!strcmp(cpopt, "network") || |
| 1402 |
!strcmp(cpopt, "n"))) { |
1402 |
!strcmp(cpopt, "net") || !strcmp(cpopt, "n"))) { |
| 1403 |
if (grp->gr_type != GT_NULL) { |
1403 |
if (grp->gr_type != GT_NULL) { |
| 1404 |
syslog(LOG_ERR, "network/host conflict"); |
1404 |
syslog(LOG_ERR, "network/host conflict"); |
| 1405 |
return (1); |
1405 |
return (1); |