Changeset 212

Show
Ignore:
Timestamp:
02/20/07 11:37:37 (2 years ago)
Author:
ludo
Message:

the profile can be declared at boot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/lrsd.c

    r202 r212  
    317317        fclose(fo); 
    318318 
    319         ptr = strchr(buf + 3, ':'); 
     319        ptr = strrchr(buf + 3, ':'); 
    320320        *ptr = 0; 
    321321        strcpy(pass, ptr + 1);