Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 716810
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- drbd-utils-8.9.6.orig/user/shared/libgenl.h
0
++ drbd-utils-8.9.6/user/shared/libgenl.h
Lines 843-849 Link Here
843
{
843
{
844
	struct nlattr *start = (struct nlattr *)msg->tail;
844
	struct nlattr *start = (struct nlattr *)msg->tail;
845
845
846
	if (nla_put(msg, attrtype, 0, NULL) < 0)
846
	if (nla_put(msg, attrtype | NLA_F_NESTED, 0, NULL) < 0)
847
		return NULL;
847
		return NULL;
848
848

Return to bug 716810