From: mike Date: Thu, 10 Apr 2003 21:18:35 +0000 (+0000) Subject: Mirror 1.1.x changes. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86b2af85384e8c4093877510daf83c2fde8aab68;p=thirdparty%2Fcups.git Mirror 1.1.x changes. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3595 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/scheduler/conf.c b/scheduler/conf.c index ab1a5f1cf0..b5492d3490 100644 --- a/scheduler/conf.c +++ b/scheduler/conf.c @@ -1,5 +1,5 @@ /* - * "$Id: conf.c,v 1.77.2.38 2003/04/10 20:15:51 mike Exp $" + * "$Id: conf.c,v 1.77.2.39 2003/04/10 21:18:35 mike Exp $" * * Configuration routines for the Common UNIX Printing System (CUPS). * @@ -236,7 +236,9 @@ ReadConfiguration(void) * Save the old root paths... */ + old_serverroot = NULL; SetString(&old_serverroot, ServerRoot); + old_requestroot = NULL; SetString(&old_requestroot, RequestRoot); /* @@ -2291,5 +2293,5 @@ CDSAGetServerCerts(void) /* - * End of "$Id: conf.c,v 1.77.2.38 2003/04/10 20:15:51 mike Exp $". + * End of "$Id: conf.c,v 1.77.2.39 2003/04/10 21:18:35 mike Exp $". */