Thanks, merged.

Ethan

On Tue, Oct 16, 2012 at 3:41 PM, Ben Pfaff <[email protected]> wrote:
> On Tue, Oct 16, 2012 at 03:40:46PM -0700, Ethan Jackson wrote:
>> Signed-off-by: Ethan Jackson <[email protected]>
>
> Looks good, thanks.
>
>> ---
>>  lib/ofp-actions.c | 3 +--
>>  1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c
>> index 4a72e29..4a63acb 100644
>> --- a/lib/ofp-actions.c
>> +++ b/lib/ofp-actions.c
>> @@ -1544,8 +1544,7 @@ ofpacts_put_openflow11_instructions(const struct 
>> ofpact ofpacts[],
>>          /* TODO:XXX Write-Actions */
>>          /* TODO:XXX Write-Metadata */
>>          if (a->type == OFPACT_CLEAR_ACTIONS) {
>> -            struct ofp11_instruction *oi;
>> -            oi = instruction_put_OFPIT11_CLEAR_ACTIONS(openflow);
>> +            instruction_put_OFPIT11_CLEAR_ACTIONS(openflow);
>>          } else if (a->type == OFPACT_GOTO_TABLE) {
>>              struct ofp11_instruction_goto_table *oigt;
>>
>> --
>> 1.7.12
>>
>> _______________________________________________
>> dev mailing list
>> [email protected]
>> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to