Skip to content

Commit

Permalink
[nss] warn the users that library cannot be unloaded
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Sep 14, 2017
1 parent dafce24 commit 6c2b39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libknet/crypto_nss.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ static int init_nss_db(knet_handle_t knet_h)
void nsscrypto_unload_lib(
knet_handle_t knet_h)
{
log_warn(knet_h, KNET_SUB_NSSCRYPTO, "libnss cannot be unloaded at runtime! Please restart your application");
return;
}

Expand Down

0 comments on commit 6c2b39f

Please sign in to comment.