X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=426b038dc85a09e73db9ce76343ea244dca52f14;hb=0e0ddf5be474a96ae8838fe9845858b7ca96b9d8;hp=37c96fafc1980c7eb6e13409977c486de137f640;hpb=06f4982922e351c51a267025816d02db8a5f94e0;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 37c96fa..426b038 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -109,7 +109,7 @@ struct http_session *http_session_create(struct conf_service *service, char tmp_str[50]; sprintf(tmp_str, "session#%u", sesid); - r->psession = new_session(nmem, service, tmp_str); + r->psession = new_session(nmem, service, sesid); r->session_id = sesid; r->timestamp = 0; r->nmem = nmem;