projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1349cb3
)
Part 2 of http proxy fails with yaz-client YAZ-824
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Mar 2015 09:50:56 +0000
(10:50 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 2 Mar 2015 09:50:56 +0000
(10:50 +0100)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
7a782d0
..
31fd6f8
100644
(file)
--- a/
client/client.c
+++ b/
client/client.c
@@
-1363,8
+1363,7
@@
static int send_srw_host_path(Z_SRW_PDU *sr, const char *host_port,
static int send_srw(Z_SRW_PDU *sr)
{
- char *path = yaz_encode_sru_dbpath_odr(out, databaseNames[0]);
- return send_srw_host_path(sr, wrbuf_cstr(cur_host), path);
+ return send_srw_host_path(sr, wrbuf_cstr(cur_host), databaseNames[0]);
}
static int send_SRW_redirect(const char *uri)