ovs-ofctl: Use strchr() instead of strstr().
authorBen Pfaff <blp@nicira.com>
Thu, 21 Jul 2011 18:12:45 +0000 (11:12 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 21 Jul 2011 18:12:45 +0000 (11:12 -0700)
commit3a27375ead10be81e7122aaff8bb2a17c7c202a7
tree9ccac0c28fde00c6a287b50db29c78bec4f93e90
parent2c0e6eb41fa7747e0dbfbe87777a5906bd7d95fb
ovs-ofctl: Use strchr() instead of strstr().

It's the right tool for the job.  Potentially faster, too.
utilities/ovs-ofctl.c