]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cups-driverd.cxx
consider loop detected to be success
[thirdparty/cups.git] / scheduler / cups-driverd.cxx
index d063ba59076973d952d3782b0332d13b467fb16e..1c5b26533068680c0beaae9e5727bd431daa978c 100644 (file)
@@ -2400,7 +2400,7 @@ load_ppds(const char *d,          /* I - Actual directory */
   {
     fprintf(stderr, "ERROR: [cups-driverd] Skipping \"%s\": loop detected!\n",
             d);
-    return (0);
+    return (1);
   }
 
  /*