X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=b3e4dc7c60cb69c7f82cd1bfdb2a68123b8d6c2d;hb=457c6599b5dae1fb9e06b1c1a2f58a0922de5851;hp=6acc2c341f9b44442cfeca2d9458321be805ad32;hpb=6b40da0ef0f434e21322ec41d92a01a3d1a215f3;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 6acc2c3..b3e4dc7 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -269,7 +269,7 @@ unsigned int make_sessionid(void) unsigned int res; seq++; - if (global_parameters.debug_mode) + if (global_parameters.predictable_sessions) res = seq; else {