diff options
Diffstat (limited to 'cipher/idea-stub.c')
-rw-r--r-- | cipher/idea-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/idea-stub.c b/cipher/idea-stub.c index 5c2bd11a0..8996c7596 100644 --- a/cipher/idea-stub.c +++ b/cipher/idea-stub.c @@ -119,7 +119,7 @@ load_module (const char *name) #ifndef _WIN32 /* Make sure we are not setuid. */ - if (getuid() != geteuid()) + if (getuid () != geteuid ()) log_bug("trying to load an extension while still setuid\n"); #endif |