Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361448
b: refs/heads/master
c: cb7c5bd
h: refs/heads/master
v: v3
  • Loading branch information
Rich Lane authored and Jesse Gross committed Feb 23, 2013
1 parent 5cf3f39 commit 895bc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 734907e82d21a75a514b80164185427a832a00c0
refs/heads/master: cb7c5bdffb727a3d4dea5247d9d1d52238b01d90
1 change: 1 addition & 0 deletions trunk/net/openvswitch/datapath.c
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,7 @@ static int ovs_vport_cmd_new(struct sk_buff *skb, struct genl_info *info)
if (IS_ERR(vport))
goto exit_unlock;

err = 0;
reply = ovs_vport_cmd_build_info(vport, info->snd_portid, info->snd_seq,
OVS_VPORT_CMD_NEW);
if (IS_ERR(reply)) {
Expand Down

0 comments on commit 895bc05

Please sign in to comment.