/*
- * "$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).
*
* Save the old root paths...
*/
+ old_serverroot = NULL;
SetString(&old_serverroot, ServerRoot);
+ old_requestroot = NULL;
SetString(&old_requestroot, RequestRoot);
/*
/*
- * 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 $".
*/