Fix previous commit (C2S session close on server shutdown)

This commit is contained in:
Evgeniy Khramtsov 2014-05-08 21:47:50 +04:00
parent b995178e30
commit 318b0f2208
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
-include("jlib.hrl").
-include("ejabberd_commands.hrl").
-include_lib("stdlib/include/ms_transform.hrl").
-include("mod_privacy.hrl").
-record(session, {sid, usr, us, priority, info}).