Changeset 2e37e9f in code for icbd.c


Ignore:
Timestamp:
Mar 2, 2014, 1:50:56 AM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
d554223
Parents:
4284008
git-author:
Mike Belopuhov <mike@…> (03/02/14 01:46:24)
git-committer:
Mike Belopuhov <mike@…> (03/02/14 01:50:56)
Message:

Return EX_USAGE instead of EX_CONFIG when both -4 and -6 are specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icbd.c

    r4284008 r2e37e9f  
    109109
    110110        if (inet4 && inet6)
    111                 errx(EX_CONFIG, "Can't specify both -4 and -6");
     111                errx(EX_USAGE, "Can't specify both -4 and -6");
    112112
    113113        tzset();
Note: See TracChangeset for help on using the changeset viewer.