yaz-client: fix crash on connect
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 Apr 2013 16:02:47 +0000 (18:02 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 Apr 2013 16:02:47 +0000 (18:02 +0200)
Problem introduced by 7e90f2cc9a54 .

client/client.c

index 89bc0fa..0a36651 100644 (file)
@@ -702,7 +702,7 @@ static int session_connect_base(const char *arg, const char **basep)
     strncpy(type_and_host, arg, sizeof(type_and_host)-1);
     type_and_host[sizeof(type_and_host)-1] = '\0';
 
-    conn = cs_create_host_proxy(yazProxy, 1, &add, yazProxy);
+    conn = cs_create_host_proxy(arg, 1, &add, yazProxy);
     if (!conn)
     {
         printf("Could not resolve address %s\n", arg);