ofproto: Make xlate_actions() initialize '*tags' itself.
authorBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 22:10:49 +0000 (15:10 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 11 Nov 2010 19:04:12 +0000 (11:04 -0800)
commit1eb0942d2262a9cfce6793f519ea32da959d93b6
treee2bfa24d91cde2fe2d4428e86f555e255d008d62
parentfa8b054f50e6f669a1cc4c41ada0f1fdad03e9dd
ofproto: Make xlate_actions() initialize '*tags' itself.

This seems cleaner than expecting the caller to do it.
ofproto/ofproto.c