Vjacheslav Chekushin wrote:
> 
> BUG #33 can be closed, applying followng patch:
> I think it is clear that we must not send NULL value to wap-appl thread.
> (NULL value will destroy apllication thread)
> 
> --- ../devel_1.2.1_base/wap/wsp_unit.c  Thu Jan  2 12:04:16 2003
> +++ wap/wsp_unit.c      Thu Jan  2 14:37:12 2003
> @@ -166,6 +166,7 @@
>                  switch (e->type) {
>                  case T_DUnitdata_Ind:
>                          newevent = unpack_datagram(e);
> +                       if (newevent != NULL)
>                          dispatch_to_appl(newevent);
>                          break;


++1 ;) applied to cvs. Thanks a lot Vjachelsav. BUG#33 closed.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 D�sseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to