]> granicus.if.org Git - libnl/commitdiff
Add missing argument in rtnl_link_change example
authorMiguel Di Ciurcio Filho <miguel.filho@gmail.com>
Wed, 23 Feb 2011 14:13:12 +0000 (11:13 -0300)
committerThomas Graf <tgraf@suug.ch>
Wed, 16 Mar 2011 12:49:08 +0000 (13:49 +0100)
Signed-off-by: Miguel Di Ciurcio Filho <miguel.filho@gmail.com>
lib/route/link.c

index 00c978148bef811a21335eb3d31511ef2fdbd925..f9039a1cfe91d8adcce652e201590715dba034d4 100644 (file)
  * // Two ways exist to commit this change request, the first one is to
  * // build the required netlink message and send it out in one single
  * // step:
- * rtnl_link_change(sk, old, request);
+ * rtnl_link_change(sk, old, request, 0);
  *
  * // An alternative way is to build the netlink message and send it
  * // out yourself using nl_send_auto_complete()