projects
/
neomutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb9dc7
)
Remove a warning about unused variable 'now' in crypt_valid_passphrase
author
Sébastien Hinderer
<Sebastien.Hinderer@libertysurf.fr>
Fri, 24 Jun 2005 22:32:38 +0000
(22:32 +0000)
committer
Sébastien Hinderer
<Sebastien.Hinderer@libertysurf.fr>
Fri, 24 Jun 2005 22:32:38 +0000
(22:32 +0000)
crypt.c
patch
|
blob
|
history
diff --git
a/crypt.c
b/crypt.c
index 62fa3f40b17f8aaecfd3c29291997c79cb280d94..dfe64d37652b7f97aab9247f0dd73258dff10028 100644
(file)
--- a/
crypt.c
+++ b/
crypt.c
@@
-110,7
+110,6
@@
static void disable_coredumps (void)
int crypt_valid_passphrase(int flags)
{
- time_t now = time (NULL);
int ret = 0;
# if defined(HAVE_SETRLIMIT) &&(!defined(DEBUG))