summaryrefslogtreecommitdiff
path: root/scheduler/cert.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
commite1d6a77454308ff30d6da778be9d7b570e4f00b0 (patch)
tree09f41cca65fb9a0a32c51bd261d2fcffc1c1a17b /scheduler/cert.c
parent480ef0fe29ab803f49dd87a7a21a6c61648539b8 (diff)
downloadcups-e1d6a77454308ff30d6da778be9d7b570e4f00b0.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@92 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/cert.c')
-rw-r--r--scheduler/cert.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/scheduler/cert.c b/scheduler/cert.c
index 91c2af888..0626b4461 100644
--- a/scheduler/cert.c
+++ b/scheduler/cert.c
@@ -1,5 +1,5 @@
/*
- * "$Id: cert.c 5213 2006-03-02 00:37:34Z mike $"
+ * "$Id: cert.c 5305 2006-03-18 03:05:12Z mike $"
*
* Authentication certificate routines for the Common UNIX
* Printing System (CUPS).
@@ -332,7 +332,8 @@ cupsdDeleteAllCerts(void)
free(cert);
}
- Certs = NULL;
+ Certs = NULL;
+ RootCertTime = 0;
}
@@ -415,5 +416,5 @@ cupsdInitCerts(void)
/*
- * End of "$Id: cert.c 5213 2006-03-02 00:37:34Z mike $".
+ * End of "$Id: cert.c 5305 2006-03-18 03:05:12Z mike $".
*/