gnome-keyring r1425 - trunk/daemon



Author: nnielsen
Date: Sun Jan  4 21:41:36 2009
New Revision: 1425
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1425&view=rev

Log:
Another missing file from last commit :(

Modified:
   trunk/daemon/gkr-daemon.c

Modified: trunk/daemon/gkr-daemon.c
==============================================================================
--- trunk/daemon/gkr-daemon.c	(original)
+++ trunk/daemon/gkr-daemon.c	Sun Jan  4 21:41:36 2009
@@ -41,7 +41,7 @@
 #include "pk/gkr-pk-root-storage.h"
 #endif
 
-#include "pkcs11/gkr-pkcs11-daemon.h"
+#include "pkcs11/gkr-pkcs11-dispatch.h"
 
 #ifdef WITH_SSH
 #include "ssh/gkr-ssh-daemon.h"
@@ -654,7 +654,7 @@
 #endif
 	
 	if (check_run_component ("pkcs11")) {
-		if (!gkr_pkcs11_daemon_setup ())
+		if (!gkr_pkcs11_dispatch_setup ())
 			return FALSE;
 	}
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]