Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 4771594dff19b3ac84b43e0777e46b06 > files > 2

davfs-0.2.4-12mdv2008.1.src.rpm

--- davfs-0.2.4/mount/mount.davfs.c.pix	2002-08-28 13:07:46.000000000 +0200
+++ davfs-0.2.4/mount/mount.davfs.c	2002-08-28 13:10:53.000000000 +0200
@@ -615,13 +615,6 @@
     return (1);
   }
 
-  /* Check if the ncpfs filesystem is in the kernel.  If not, attempt
-   * to load the ncpfs module */
-  if (load_davfs() != 0) {
-    fprintf(stderr, "Error: Unable to load davfs, exiting...\n");
-    exit(1);
-  }
-
   strcpy(url, argv[1]);
   
   /* add end slash */