X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp_command.c;h=bdd68a8c2a350a2b8114dda81ce07a6c80b3f72c;hb=6ff7cb53029747ad6ac60fde903630ea063b5218;hp=37c96fafc1980c7eb6e13409977c486de137f640;hpb=e36bc81f39b2ab2138bb755ac3b3466e2e3d0582;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 37c96fa..bdd68a8 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) 2006-2011 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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;