Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346129
b: refs/heads/master
c: 25e4093
h: refs/heads/master
i:
  346127: efdf993
v: v3
  • Loading branch information
Lars Ellenberg authored and Philipp Reisner committed Nov 8, 2012
1 parent bec87a3 commit 0219912
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a209b4aec31d4b672b7a70f5de272ebf6ce40e1b
refs/heads/master: 25e409321a950b8888830c6ddb7a9774ec38f608
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ int drbd_adm_connect(struct sk_buff *skb, struct genl_info *info)
set_net_conf_defaults(new_conf);

err = net_conf_from_attrs(new_conf, info);
if (err) {
if (err && err != -ENOMSG) {
retcode = ERR_MANDATORY_TAG;
drbd_msg_put_info(from_attrs_err_to_txt(err));
goto fail;
Expand Down

0 comments on commit 0219912

Please sign in to comment.