diff options
author | Francis Dupont <fdupont@isc.org> | 2007-12-28 12:26:07 +0000 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2007-12-28 12:26:07 +0000 |
commit | 7b22a9b4ab35df7f2aad17edd94320dca679a17a (patch) | |
tree | d026c4ac90f264b0c4ca3d9ed136e4a938191915 /client | |
parent | c4fea0db1cfb975b3e15f420fddf9bfe007a6e35 (diff) | |
download | isc-dhcp-7b22a9b4ab35df7f2aad17edd94320dca679a17a.tar.gz |
typo in log message for invalid replies
Diffstat (limited to 'client')
-rw-r--r-- | client/dhc6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dhc6.c b/client/dhc6.c index 8024c256..964aca82 100644 --- a/client/dhc6.c +++ b/client/dhc6.c @@ -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; } |