ofproto: Don't shadow global variable name.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Mar 2010 18:05:18 +0000 (10:05 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Mar 2010 18:05:44 +0000 (10:05 -0800)
commit39a559f2a77e78c53f439a904986337b0d6d15cf
treead3a7899f847443d9cebcd317c9ead0b2cf3c386
parentb959290bed1e2183ec93f593422e9ac4ae1a9587
ofproto: Don't shadow global variable name.

There was already a file scope variable named 'rl', so don't use it as
a local variable name too.

Reported-by: Jean Tourrilhes <jt@hpl.hp.com>
ofproto/ofproto.c