diff options
Diffstat (limited to 'usr/src/uts/common/fs/nfs/nfs_dlinet.c')
-rw-r--r-- | usr/src/uts/common/fs/nfs/nfs_dlinet.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/nfs/nfs_dlinet.c b/usr/src/uts/common/fs/nfs/nfs_dlinet.c index 34658b161f..dfb7a15466 100644 --- a/usr/src/uts/common/fs/nfs/nfs_dlinet.c +++ b/usr/src/uts/common/fs/nfs/nfs_dlinet.c @@ -23,6 +23,10 @@ * Use is subject to license terms. */ +/* + * Copyright (c) 2018, Joyent, Inc. + */ + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -1143,7 +1147,7 @@ dhcpinit(void) "dhcp: couldn't add route " "to %s: %m.\n", inet_ntoa(defr)); - continue; + continue; } if (dldebug) { printf("dhcp: added route %s\n", |