dhcp: Be more precise about updating 'changed' flag.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2008 21:00:03 +0000 (14:00 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2008 21:00:03 +0000 (14:00 -0700)
commitb761e41bb26ea4bdbea2f158d919951a3ca43ba1
tree6e6f61fa5357d012f1a0f23940db406fa78c6a80
parent8f1f1132e58f6bde39af343d15dfb8800bb4c8a8
dhcp: Be more precise about updating 'changed' flag.

There's no need to set changed unconditionally in dhclient_init(), and
it can make extra work for the users of the dhclient, by causing them
to think that something changed when it didn't.
lib/dhcp-client.c