lib/classifier: Clarify find_match_wc().
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 13 Jun 2014 17:38:05 +0000 (10:38 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Thu, 26 Jun 2014 15:40:00 +0000 (08:40 -0700)
commit386cb9f7715eeae88dedfc6623376578cd06f71d
treeff6a06b24ba584d9930e57760614a9816e7f238c
parente9319757f1b67c890665033073cfe738bb5bcb5b
lib/classifier: Clarify find_match_wc().

Reduce the number of goto statements by returning via a new helper
fill_range_wc() when no match is found.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/classifier.c