]> git.pld-linux.org Git - packages/cups.git/commitdiff
- fixed cupsd network default printer crash (STR #1776)
authorKarol Krenski <charles@pld-linux.org>
Sun, 18 Jun 2006 08:32:04 +0000 (08:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups-str1776.patch -> 1.1

cups-str1776.patch [new file with mode: 0644]

diff --git a/cups-str1776.patch b/cups-str1776.patch
new file mode 100644 (file)
index 0000000..f4a9956
--- /dev/null
@@ -0,0 +1,11 @@
+--- cups-1.2.1/scheduler/printers.c.orig       2006-05-16 21:47:26.000000000 +0200
++++ cups-1.2.1/scheduler/printers.c    2006-06-18 10:22:03.525788250 +0200
+@@ -665,7 +665,7 @@
+          dp = (cupsd_printer_t *)cupsArrayNext(Printers))
+       if (dp != p && (dp->type & CUPS_PRINTER_DEFAULT))
+       {
+-        DefaultPrinter = p;
++        DefaultPrinter = dp;
+         break;
+       }
+     }
This page took 0.033668 seconds and 4 git commands to generate.