ovs-ofctl: Simplify code by using strcasecmp() instead of strncasecmp().
authorBen Pfaff <blp@nicira.com>
Mon, 15 Nov 2010 19:43:05 +0000 (11:43 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Nov 2010 00:29:11 +0000 (16:29 -0800)
commitf48667811c04d848dc345aa0bbda29d889b5f960
treeb8761e6d7b3de95f72d1193d0f6bb71527464d9c
parent9ea5d2d58ba8783271d096d417082a8372b87c5d
ovs-ofctl: Simplify code by using strcasecmp() instead of strncasecmp().

I don't know why this code was written the way it was.  This is more
straightforward and I believe that it is equivalent, too.
utilities/ovs-ofctl.c