]> granicus.if.org Git - libnl/commit
lib/genl/family.c: fix if (x) y; else y;
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 8 Jun 2017 10:56:46 +0000 (12:56 +0200)
committerThomas Haller <thaller@redhat.com>
Thu, 15 Jun 2017 16:00:14 +0000 (18:00 +0200)
commite3e5dd88eb621e859a34f02cc085cbc6c4c1ca4f
tree79779474272fcdcf4ba9a5918b707342b11cb317
parent4b0d5e081a263050732e652a77c308dd90c44372
lib/genl/family.c: fix if (x) y; else y;

I'm not 100% sure this is the correct fix; maybe this really is supposed
to return family->gf_maxattr, but this is an odd way of writing
that. Anyway, comparing to the other genl_family_[gs]et functions, I
suppose this is what was really meant.
lib/genl/family.c