diff --git a/net/nfs.c b/net/nfs.c index da80c22..33063d7 100644 --- a/net/nfs.c +++ b/net/nfs.c @@ -664,15 +664,7 @@ return; } - p = strchr (p, ':'); - - if (p != NULL) { - string_to_ip (BootFile, &NfsServerIP); - ++p; - strcpy (nfs_path, p); - } else { - strcpy (nfs_path, BootFile); - } + strcpy (nfs_path, p); nfs_filename = basename (nfs_path); nfs_path = dirname (nfs_path);