ofproto: Fix used time of revalidated subrules.
authorBen Pfaff <blp@nicira.com>
Thu, 11 Nov 2010 19:04:10 +0000 (11:04 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 11 Nov 2010 19:04:10 +0000 (11:04 -0800)
commit0c43ad9a7501774ba33e55e8b5367e611ff0057f
tree2d0d14a4202334c86c2e57ff3b6a8d543d6412fb
parent8050b31d635005a11e5f4ef5517af8672af7cf55
ofproto: Fix used time of revalidated subrules.

Despite the comment, the 'used' member of a rule is always set to at least
the value of 'created', except in one case in revalidation.  That case
appears to be just a mistake, so this commit changes it and corrects the
comment.
ofproto/ofproto.c