]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/netlink-notifier.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / netlink-notifier.c
index 7d8cfffa2af165d8f947415d2bfb4f91500ace0c..dfecb97789f38a127f35b5f31a8f557065cbeb64 100644 (file)
@@ -185,7 +185,7 @@ nln_run(struct nln *nln)
         int error;
 
         ofpbuf_use_stub(&buf, buf_stub, sizeof buf_stub);
-        error = nl_sock_recv(nln->notify_sock, &buf, false);
+        error = nl_sock_recv(nln->notify_sock, &buf, NULL, false);
         if (!error) {
             int group = nln->parse(&buf, nln->change);