Changeset 6461 for trunk/osd

Show
Ignore:
Timestamp:
07/24/08 03:58:36 (4 months ago)
Author:
flynd
Message:

Fixed some cases where we kept a pointer to the alias string in the daemon user object. Added a few const.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/osd/src/licq-osd.cpp

    r6439 r6461  
    427427    bool secure=false; 
    428428    unsigned long status=0; 
    429     char *userencoding=0; 
     429  const char* userencoding = NULL; 
    430430    CUserEvent *e=0; 
    431431