~ubuntu-branches/ubuntu/trusty/389-ds-base/trusty

« back to all changes in this revision

Viewing changes to ldap/servers/plugins/http/http_impl.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-08-30 00:31:55 UTC
  • mfrom: (1.2.1)
  • Revision ID: package-import@ubuntu.com-20130830003155-oimuzdqopkvp2cd0
Tags: 1.3.1.7-0ubuntu1
Sync from unreleased debian git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
        PRInt32 port;
261
261
        PRInt32 errcode = 0;
262
262
        PRInt32 http_connection_time_out = 0;
263
 
        PRInt32 sslOn;
 
263
        PRInt32 sslOn = 0;
264
264
        
265
265
        LDAPDebug( LDAP_DEBUG_PLUGIN, "--> doRequest -- BEGIN\n",0,0,0);
266
266
 
1178
1178
                    struct SECKEYPrivateKeyStr **pRetKey)
1179
1179
{
1180
1180
    CERTCertificate *  cert;
1181
 
    SECKEYPrivateKey * privKey;
 
1181
    SECKEYPrivateKey * privKey = NULL;
1182
1182
    char *             chosenNickName = (char *)arg;
1183
1183
    void *             proto_win      = NULL;
1184
1184
    SECStatus          secStatus      = SECFailure;