Skip to content

Commit

Permalink
Merge pull request #467 from wessels/master
Browse files Browse the repository at this point in the history
  • Loading branch information
infrastation committed Jul 10, 2015
2 parents 47294c7 + 1fbb57a commit 91d032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print-domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ ns_rprint(netdissect_options *ndo,
case T_OPT:
ND_PRINT((ndo, " UDPsize=%u", class));
if (opt_flags & 0x8000)
ND_PRINT((ndo, " OK"));
ND_PRINT((ndo, " DO"));
break;

case T_UNSPECA: /* One long string */
Expand Down

0 comments on commit 91d032d

Please sign in to comment.