Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > fe8d566fa3bebb74f68f8791eb6a5877 > files > 4

davfs-0.2.4-13.3mdv2009.0.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 */