Changeset 9e64011 for otr.c


Ignore:
Timestamp:
2008-02-17T02:28:05Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
12cc58b
Parents:
59ab2af
Message:

fix an uninitialized value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.c

    r59ab2af r9e64011  
    769769                /* interpret arg as 'user/protocol/account' if possible */
    770770                protocol = strchr(arg, '/');
     771                myhandle = NULL;
    771772                if(protocol) {
    772773                        *(protocol++) = '\0';
Note: See TracChangeset for help on using the changeset viewer.