[evolution-data-server/gnome-2-30] Bug 620522 - Build break: 'nss_config' undeclared (cherry picked from commit 157d2bb3b1d53f582b13aa2
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-30] Bug 620522 - Build break: 'nss_config' undeclared (cherry picked from commit 157d2bb3b1d53f582b13aa2
- Date: Fri, 11 Jun 2010 14:50:13 +0000 (UTC)
commit 6f0096a3d797e95c8dd254f9983735046af557b6
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Jun 3 21:16:56 2010 -0400
Bug 620522 - Build break: 'nss_config' undeclared
(cherry picked from commit 157d2bb3b1d53f582b13aa2b1b8c287d965b3ed0)
camel/camel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel.c b/camel/camel.c
index bc14b2e..fc50f09 100644
--- a/camel/camel.c
+++ b/camel/camel.c
@@ -136,7 +136,7 @@ camel_init (const gchar *configdir, gboolean nss_init)
status = NSS_InitReadWrite (nss_configdir);
if (status == SECFailure) {
/* Fall back to using volatile dbs? */
- status = NSS_NoDB_Init (nss_config);
+ status = NSS_NoDB_Init (nss_configdir);
if (status == SECFailure) {
g_free (nss_configdir);
g_free (nss_sql_configdir);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]