mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 21:04:45 -05:00
initialize Sockbuf * to NULL
This commit is contained in:
parent
3635cbdbe1
commit
718a6bfca4
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ ldap_new_connection( LDAP *ld, LDAPURLDesc *srvlist, int use_ldsb,
|
|||
{
|
||||
LDAPConn *lc;
|
||||
LDAPURLDesc *srv;
|
||||
Sockbuf *sb;
|
||||
Sockbuf *sb = NULL;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "ldap_new_connection\n", 0, 0, 0 );
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue