updating the driver (STR #4264)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11618
a1ca3aef-8c08-0410-bb20-
df032aa958be
CHANGES IN CUPS V1.7.2
+ - The scheduler did not always update the MakeModel value in
+ printers.conf after updating the driver (STR #4264)
- The LPD mini daemon did not support print jobs larger than 2GB
(STR #4351)
- Fixed a bug in the status reading code when sending a compressed data
_ppdCacheDestroy(p->pc);
p->pc = NULL;
+ cupsdClearString(&(p->make_model));
+
if (cache_info.st_mtime >= ppd_info.st_mtime)
{
cupsdLogMessage(CUPSD_LOG_DEBUG, "load_ppd: Loading %s...", cache_name);