Skip to content
Snippets Groups Projects
Commit d8068af8 authored by Howard Chu's avatar Howard Chu
Browse files

Fix glue_sub_init realloc disconnect

parent 1150becd
No related branches found
No related tags found
No related merge requests found
......@@ -606,7 +606,7 @@ glue_sub_init( )
gi->n[gi->nodes].be = &gi->bd;
dnParent( &b1->be_nsuffix[0], &gi->n[gi->nodes].pdn );
gi->nodes++;
b1->bd_info = bi;
b1->bd_info = (BackendInfo *)gi;
}
}
/* If there are any unresolved subordinates left, something is wrong */
......
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