Changeset 2865

Show
Ignore:
Timestamp:
03/18/10 23:19:52 (4 months ago)
Author:
kuhlmann
Message:

fix another valgrind illegal read

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • climm/src/xmpp_base.c

    r2864 r2865  
    17141714    else 
    17151715    { 
    1716         s_repl (&serv->conn->cont->status_message, msg); 
     1716        if (serv->conn->cont->status_message != msg) 
     1717            s_repl (&serv->conn->cont->status_message, msg); 
    17171718        serv->status = status; 
    17181719        serv->nativestatus = p;