dpif: Make dp_parse_name() normalize its returned type.
authorBen Pfaff <blp@nicira.com>
Mon, 11 Apr 2011 22:07:07 +0000 (15:07 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 11 May 2011 19:26:07 +0000 (12:26 -0700)
commit54ed8a5d74773e75b79490dc65e65b7498a14fb7
tree34019486d2a273cab22070269022f3b4d0ea8474
parent640e1b20776f40633d33a5c2c2bba3e79eda0b64
dpif: Make dp_parse_name() normalize its returned type.

This means that callers don't have to be concerned with a NULL return value
or unnormalized type.
lib/dpif.c