]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Use NULL instead of start_serial (is the same thing)
authorpcarana <pc.moreno2099@gmail.com>
Thu, 7 Mar 2019 00:54:41 +0000 (18:54 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 7 Mar 2019 00:54:41 +0000 (18:54 -0600)
src/rtr/pdu_handler.c

index 35c624697e4194efd17df6b1a59b881c4600a95e..6627e4534a1e1f4c3adcdd454cc53286e1b1881e 100644 (file)
@@ -116,7 +116,7 @@ handle_reset_query_pdu(int fd, void *pdu)
        init_sender_common(&common, fd, version, &session_id, NULL,
            &current_serial);
 
-       updates = deltas_db_status(common.start_serial);
+       updates = deltas_db_status(NULL);
        switch (updates) {
        case NO_DATA_AVAILABLE:
                /* https://tools.ietf.org/html/rfc8210#section-8.4 */