]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Ignore FQDN replies for the time being.
authorRoy Marples <roy@marples.name>
Tue, 13 Nov 2007 14:44:23 +0000 (14:44 +0000)
committerRoy Marples <roy@marples.name>
Tue, 13 Nov 2007 14:44:23 +0000 (14:44 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index 532d9536f418322cc971c94e9b422857b6fa2b5e..820fbdab542cccecbeb54f1120955cbfd31dcf54 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -793,6 +793,10 @@ parse_start:
                                }
                                break;
 
+                       case DHCP_FQDN:
+                               /* We ignore replies about FQDN */
+                               break;
+
 #undef LENGTH
 #undef MIN_LENGTH
 #undef MULT_LENGTH