commit | 7b7a8e9d8335e76ca791d5d0eee3e6e381a8e15f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 27 19:53:06 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 27 19:53:06 2011 +0200 |
tree | 2261aecee6dfe3a8066c2b775d9afca43b3978f7 | |
parent | 0b3a4115431e47845f9a6dd1f75e000f88f75be7 [diff] |
[BUG] log: retrieve the target from the session, not the SI Since we now have the copy of the target in the session, use it instead of relying on the SI for it. The SI drops the target upon unregister() so applets such as stats were logged as "NOSRV".