]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/northbound_confd.c
Merge pull request #5778 from ton31337/fix/add_doc_for_ebgp_connected_route_check
[mirror_frr.git] / lib / northbound_confd.c
index 0df286511ecea668bad11fdb39a6fc590a75ea9a..2fc3c81cf2a5987bfd0bb815bdc192a83abda8e7 100644 (file)
@@ -322,7 +322,7 @@ static int frr_confd_cdb_read_cb_prepare(int fd, int *subp, int reslen)
         */
        transaction = NULL;
        ret = nb_candidate_commit_prepare(candidate, NB_CLIENT_CONFD, NULL,
-                                         &transaction);
+                                         NULL, &transaction);
        if (ret != NB_OK && ret != NB_ERR_NO_CHANGES) {
                enum confd_errcode errcode;
                const char *errmsg;