diff --git a/net/nfs.c b/net/nfs.c index 33200ee..39de76e 100644 --- a/net/nfs.c +++ b/net/nfs.c @@ -682,7 +682,7 @@ p = strchr (p, ':'); if (p != NULL) { - NfsServerIP = string_to_ip (BootFile); + string_to_ip (BootFile, &NfsServerIP); ++p; strcpy (nfs_path, p); } else {