fix queries backlog

This commit is contained in:
nohar 2005-05-28 23:08:54 +00:00
parent 3aeb6fc9ff
commit 0de53a2499

View File

@ -757,8 +757,20 @@ char *log_beautify(char *buf, char *dest)
}
if (out && strcmp(dest, "privates") == 0) {
char *stmp;
size_t ltmp;
/*
son = sod;
lon = lod;
*/
stmp = sod;
ltmp = lod;
sod = son;
lod = lon;
son = stmp;
lon = ltmp;
}
som = p;