summaryrefslogtreecommitdiff
path: root/cups/globals.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-05-04 21:17:48 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-05-04 21:17:48 +0000
commitb94498cfba64422f0f21181b0c51cc0bed7c7d92 (patch)
treee3bdd0e05380bc8996f35ddb5439ab9044298712 /cups/globals.c
parent323c5de1e804061e344172cc9a9551bb0ee71005 (diff)
downloadcups-b94498cfba64422f0f21181b0c51cc0bed7c7d92.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@321 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/globals.c')
-rw-r--r--cups/globals.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/cups/globals.c b/cups/globals.c
index a0f323b16..4b09a427d 100644
--- a/cups/globals.c
+++ b/cups/globals.c
@@ -1,5 +1,5 @@
/*
- * "$Id: globals.c 6253 2007-02-10 18:48:40Z mike $"
+ * "$Id: globals.c 6499 2007-04-30 21:44:43Z mike $"
*
* Global variable access routines for the Common UNIX Printing System (CUPS).
*
@@ -180,11 +180,6 @@ globals_destructor(void *value) /* I - Data to free */
cupsFreeOptions(cg->cupsd_num_settings, cg->cupsd_settings);
-#ifdef HAVE_AUTHORIZATION_H
- if (cg->auth_ref)
- AuthorizationFree(cg->auth_ref, kAuthorizationFlagDefaults);
-#endif /* HAVE_AUTHORIZATION_H */
-
free(value);
}
@@ -231,5 +226,5 @@ _cupsGlobals(void)
/*
- * End of "$Id: globals.c 6253 2007-02-10 18:48:40Z mike $".
+ * End of "$Id: globals.c 6499 2007-04-30 21:44:43Z mike $".
*/