Skip to content
Snippets Groups Projects
Commit 127ec9c4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix c_cdn typo. Ouch.

parent 09421a74
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ do_bind(
conn->c_cdn = cdn;
cdn = NULL;
if ( conn->c_cdn != NULL ) {
if ( conn->c_dn != NULL ) {
free( conn->c_dn );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment