ecore_con: Server start time was not initialized correctly
authorDaniel Willmann <d.willmann@samsung.com>
Fri, 24 May 2013 15:06:51 +0000 (16:06 +0100)
committerDaniel Willmann <d.willmann@samsung.com>
Fri, 24 May 2013 15:18:02 +0000 (16:18 +0100)
commit16cbbb202fcd47437bac699e5a8fcd209ed3d0e6
treed90b95bd52531dfc6f00beda5a15ae72e1f2f413
parent714401f1c33fd78f2e5200bc0ad87d723f114cca
ecore_con: Server start time was not initialized correctly

ecore_con_event_server_add() is never called (at least not in the
standard TCP connection case, so initialize svr->start_time in
ecore_con_server_add(). This shouldn't regress any other behaviour as
this is done at the very beginning and any later change to start_time
will still happen.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
ChangeLog
NEWS
src/lib/ecore_con/ecore_con.c