]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
typo in log message for invalid replies
authorFrancis Dupont <fdupont@isc.org>
Fri, 28 Dec 2007 12:26:07 +0000 (12:26 +0000)
committerFrancis Dupont <fdupont@isc.org>
Fri, 28 Dec 2007 12:26:07 +0000 (12:26 +0000)
client/dhc6.c

index 8024c256149e787185eed1c0825fc1b4e5c23d64..964aca828a3baecdec1cd76850330b69cc99ff17 100644 (file)
@@ -2299,7 +2299,7 @@ reply_handler(struct packet *packet, struct client_state *client)
         * always include a client id).
         */
        if (!valid_reply(packet, client)) {
-               log_error("Invalid Advertise - rejecting.");
+               log_error("Invalid Reply - rejecting.");
                return;
        }