Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
2e37e9f
in code for
icbd.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
icbd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
icbd.c
r4284008
r2e37e9f
109
109
110
110
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");
112
112
113
113
tzset();
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive