Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315745
b: refs/heads/master
c: 03fbf8b
h: refs/heads/master
i:
  315743: 250ff61
v: v3
  • Loading branch information
Ansis Atteka authored and Jesse Gross committed Apr 9, 2012
1 parent 233251f commit f51aab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c55177e3e1e8a89d9d810d95ac18cb104865322c
refs/heads/master: 03fbf8b38792448370343f240131d9fde19d0387
4 changes: 3 additions & 1 deletion trunk/net/openvswitch/datapath.c
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,9 @@ static int ovs_vport_cmd_set(struct sk_buff *skb, struct genl_info *info)

if (!err && a[OVS_VPORT_ATTR_OPTIONS])
err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]);
if (!err && a[OVS_VPORT_ATTR_UPCALL_PID])
if (err)
goto exit_unlock;
if (a[OVS_VPORT_ATTR_UPCALL_PID])
vport->upcall_pid = nla_get_u32(a[OVS_VPORT_ATTR_UPCALL_PID]);

reply = ovs_vport_cmd_build_info(vport, info->snd_pid, info->snd_seq,
Expand Down

0 comments on commit f51aab7

Please sign in to comment.