]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/northbound_db.c
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / lib / northbound_db.c
index cefcfbcf1f99d68ba90d3b8b998705b8083dab37..74abcde955a9e3c49971087c05d0c5cb301ec6b1 100644 (file)
@@ -73,7 +73,7 @@ int nb_db_transaction_save(const struct nb_transaction *transaction,
        if (!ss)
                goto exit;
 
-       client_name = nb_client_name(transaction->context->client);
+       client_name = nb_client_name(transaction->context.client);
        /*
         * Always record configurations in the XML format, save the default
         * values too, as this covers the case where defaults may change.