Oops! Remove junk...
This commit is contained in:
parent
7476f3ac3b
commit
a1f3462bc0
@ -289,7 +289,6 @@ DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
|
|||||||
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_UNSUPPORTED);
|
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_UNSUPPORTED);
|
||||||
return(NULL);
|
return(NULL);
|
||||||
}
|
}
|
||||||
fprintf(stderr,"boo\n");
|
|
||||||
if((ret = dso->meth->dso_bind_func(dso, symname)) == NULL)
|
if((ret = dso->meth->dso_bind_func(dso, symname)) == NULL)
|
||||||
{
|
{
|
||||||
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_SYM_FAILURE);
|
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_SYM_FAILURE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user