mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9115] Fix typo in error output.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
337c2c584b
commit
3b203196e8
2 changed files with 2 additions and 2 deletions
|
|
@ -475,7 +475,7 @@ int WorldSocket::handle_input_header (void)
|
|||
|
||||
if ((header.size < 4) || (header.size > 10240) || (header.cmd > 10240))
|
||||
{
|
||||
sLog.outError ("WorldSocket::handle_input_header: client sent mailformed packet size = %d , cmd = %d",
|
||||
sLog.outError ("WorldSocket::handle_input_header: client sent malformed packet size = %d , cmd = %d",
|
||||
header.size, header.cmd);
|
||||
|
||||
errno = EINVAL;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9114"
|
||||
#define REVISION_NR "9115"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue