patch-1.3.98 linux/fs/nfs/nfsroot.c
Next file: linux/fs/pipe.c
Previous file: linux/fs/locks.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed May 1 10:26:55 1996
- Orig file:
v1.3.97/linux/fs/nfs/nfsroot.c
- Orig date:
Sun Apr 21 12:39:02 1996
diff -u --recursive --new-file v1.3.97/linux/fs/nfs/nfsroot.c linux/fs/nfs/nfsroot.c
@@ -51,6 +51,8 @@
* without giving a path name. Fix BOOTP request
* for domainname (domainname is NIS domain, not
* DNS domain!). Skip dummy devices for BOOTP.
+ * Jacek Zapala : Fixed a bug which prevented server-ip address
+ * from nfsroot parameter from being used.
*
*/
@@ -1060,6 +1062,8 @@
break;
if (*cp == '.' || octets == 3)
octets++;
+ if (octets < 4)
+ cp++;
cq = cp;
}
if (octets == 4 && (*cp == ':' || *cp == '\0')) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this