X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=dynamic%2Ftest.c;fp=dynamic%2Ftest.c;h=c633cfd70c6c212ab0a1d364350315d510f358f8;hb=1814aec611a5f9e03eceee81237ad3a3f51c954a;hp=35496fe46ce075a8935001cb3812fe800de9cec1;hpb=fc772e7236a7aea9c9c26b0be2ee6f3ed8ae444a;p=linux-pam diff --git a/dynamic/test.c b/dynamic/test.c index 35496fe4..c633cfd7 100644 --- a/dynamic/test.c +++ b/dynamic/test.c @@ -16,8 +16,8 @@ int main(int argc, char **argv) } /* handle->XXX points to each of the PAM functions */ - - + + if (dlclose(handle)) { fprintf(stderr, "failed to unload pam.so: %s\n", dlerror()); exit(1);