proc connector: Delete spurious memset in proc_exit_connector()
commit6eef90fc28562f7b4fb9f7f1661da08e90673e25
authorBen Hutchings <ben@decadent.org.uk>
Sun, 7 Dec 2014 19:57:36 +0000 (7 19:57 +0000)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Dec 2014 14:16:20 +0000 (13 15:16 +0100)
treed03c57acfdcd27099a9e0d218da8b21bd9b64eb1
parenta99c4d9b097701ce465042c61d7eabf1ff26b4ae
proc connector: Delete spurious memset in proc_exit_connector()

Upstream commit e727ca82e0e9 ("proc connector: fix info leaks")
changed many functions that don't exist in 2.6.32.y.  When it was
cherry-picked into 2.6.32.61, one extra memset() calls was inserted
into proc_exit_connector().  This results in clearing the cpu
field of exit events.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
drivers/connector/cn_proc.c