diff options
Diffstat (limited to 'plugins/MirOTR/libgcrypt-1.4.6/src/gcryptrnd.c')
-rw-r--r-- | plugins/MirOTR/libgcrypt-1.4.6/src/gcryptrnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/libgcrypt-1.4.6/src/gcryptrnd.c b/plugins/MirOTR/libgcrypt-1.4.6/src/gcryptrnd.c index 8aa3568837..e15fecaf35 100644 --- a/plugins/MirOTR/libgcrypt-1.4.6/src/gcryptrnd.c +++ b/plugins/MirOTR/libgcrypt-1.4.6/src/gcryptrnd.c @@ -202,7 +202,7 @@ disable_core_dumps (void) if (getrlimit (RLIMIT_CORE, &limit)) limit.rlim_max = 0; limit.rlim_cur = 0; - if ( !setrlimit (RLIMIT_CORE, &limit) ) + if( !setrlimit (RLIMIT_CORE, &limit) ) return 0; if (errno != EINVAL && errno != ENOSYS) logit (LOG_ERR, "can't disable core dumps: %s\n", strerror (errno)); |