Changeset 9730d72


Ignore:
Timestamp:
2008-07-16T21:45:12Z (16 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
6738a67
Parents:
b14890d
Message:

minor bugfixes

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_openssl.c

    rb14890d r9730d72  
    5757
    5858
    59 void ssl_init( void );
     59void ssl_init( void )
    6060{
    6161        initialized = TRUE;
  • otr.c

    rb14890d r9730d72  
    764764        } else {
    765765                char *arg = g_strdup(args[1]);
    766                 char *myhandle, *handle, *protocol;
     766                char *myhandle, *handle=NULL, *protocol;
    767767                ConnContext *ctx;
    768768               
Note: See TracChangeset for help on using the changeset viewer.