Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346057
b: refs/heads/master
c: 6f9b5f8
h: refs/heads/master
i:
  346055: 9da0eed
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Philipp Reisner committed Nov 8, 2012
1 parent 253655d commit 28e4077
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: c141ebda031a0550d75634f7c94f7c85c2d5c9f5
refs/heads/master: 6f9b5f84f5fb46def198b943e59c79aea0695c5c
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 @@ -3183,7 +3183,7 @@ void drbd_bcast_event(struct drbd_conf *mdev, const struct sib_info *sib)
if (!d_out) /* cannot happen, but anyways. */
goto nla_put_failure;
d_out->minor = mdev_to_minor(mdev);
d_out->ret_code = 0;
d_out->ret_code = NO_ERROR;

if (nla_put_status_info(msg, mdev, sib))
goto nla_put_failure;
Expand Down

0 comments on commit 28e4077

Please sign in to comment.