24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Fix stringprep Bidi checking (thanks to Alexey Shchepin)(EJAB-1087)

SVN Revision: 2717
This commit is contained in:
Badlop 2009-11-01 12:15:34 +00:00
parent 512d701ef8
commit 9192c75e1a

View File

@ -369,7 +369,7 @@ static int stringprep_erl_control(ErlDrvData drv_data,
}
last_ral = info & D1Mask;
have_ral = have_ral || last_ral;
have_l = info & D2Mask;
have_l |= info & D2Mask;
ADD_UCHAR(ruc);
}