• Max Kellermann's avatar
    client: added global "expired" flag · 76ecc302
    Max Kellermann authored
    Patch bdeb8e14 ("client: moved "expired" accesses into inline
    function") was created under the wrong assumption that
    processListOfCommands() could modify the expired flag, which is not
    the case.  Although "expired" is a non-const pointer,
    processListOfCommands() just reads it, using it as the break condition
    in a "while" loop.  I will address this issue with a better overall
    solution, but for now provide a pointer to a global "expired" flag.
    76ecc302
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...