13 lines
408 B
Diff
13 lines
408 B
Diff
|
diff -up cups-1.4.2/cgi-bin/admin.c.str3439 cups-1.4.2/cgi-bin/admin.c
|
||
|
--- cups-1.4.2/cgi-bin/admin.c.str3439 2009-12-04 15:48:21.181907084 +0000
|
||
|
+++ cups-1.4.2/cgi-bin/admin.c 2009-12-04 15:48:21.199906005 +0000
|
||
|
@@ -3327,7 +3327,7 @@ do_set_options(http_t *http, /* I - HTT
|
||
|
}
|
||
|
}
|
||
|
|
||
|
- if (!have_options || ppdConflicts(ppd))
|
||
|
+ if (!have_options)
|
||
|
{
|
||
|
/*
|
||
|
* Show the options to the user...
|