summarylogtreecommitdiffstats
path: root/0004-Remove-cuserid.patch
blob: 4e571f6d87faef6185ab30f2480205259c2d3a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/interface/scan_devices.c
+++ b/interface/scan_devices.c
@@ -94,7 +94,7 @@
   }
   idmessage(messagedest,messages,
 	    "\n\nNo cdrom drives accessible to %s found.\n",
-	    cuserid(NULL));
+	    0);
   return(NULL);
 }