On Sunday 05 February 2006 15:00, Christoph Brill wrote: > Find attached a patch that replaces a hardcoded string by a define used > at a different place.
- if (strncmp (interface, "com.redhat.dhcp", 15)) + if (strncmp (interface, DHCP_SERVICE_NAME, 15)) shouldn't it be strlen(DHCP_SERVICE_NAME) instead of the still static 15? Nikolaus -- out of signatures _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
