Small bug in heavy.http.bro

Hi,

i just found another small bug.

in heavy.http.bro:

redef http_sessions &write_expire = 5 hours;

it should be:

redef http_sessions &write_expire = 5 hr;

    bye
    Fabian

Thanks, this is already fixed in the repository.

Robin