[gnome-keyring/dbus-api] Make standalone socket in a directory we know exists: /tmp



commit 267864417e44e023dc70e42b5c45e62326707567
Author: Stef Walter <stef memberwebs com>
Date:   Sat Jul 18 18:32:27 2009 +0000

    Make standalone socket in a directory we know exists: /tmp

 pkcs11/ssh-agent/gck-ssh-agent-standalone.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pkcs11/ssh-agent/gck-ssh-agent-standalone.c b/pkcs11/ssh-agent/gck-ssh-agent-standalone.c
index 3dd619c..0a2782f 100644
--- a/pkcs11/ssh-agent/gck-ssh-agent-standalone.c
+++ b/pkcs11/ssh-agent/gck-ssh-agent-standalone.c
@@ -107,7 +107,7 @@ main(int argc, char *argv[])
 	g_signal_connect (module, "authenticate-object", G_CALLBACK (authenticate_object), NULL);
 	gp11_module_set_auto_authenticate (module, GP11_AUTHENTICATE_OBJECTS);
 
-	sock = gck_ssh_agent_initialize_with_module ("/tmp/test-gck-ssh-agent", module);
+	sock = gck_ssh_agent_initialize_with_module ("/tmp", module);
 	g_object_unref (module);
 	
 	if (sock == -1)



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