]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/adminutil.c
Merge changes from CUPS 1.4svn-r7394.
[thirdparty/cups.git] / cups / adminutil.c
index c75b0d904c088addc3945515f8fb393798bf51ec..70fdce425634dc3c54858f5881b3d8dddf7c9c12 100644 (file)
@@ -808,6 +808,9 @@ cupsAdminExportSamba(
   if (have_drivers == 0)
   {
     _cupsSetError(IPP_NOT_FOUND, message);
+
+    unlink(authfile);
+
     return (0);
   }