mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 07:45:47 +00:00
Eliminate a few harmless dead stores.
Quiets warnings from Infer.
This commit is contained in:
@@ -509,7 +509,7 @@ sudo_krb5_ccname_path(const char *old_ccname)
|
||||
static bool
|
||||
sudo_check_krb5_ccname(const char *ccname)
|
||||
{
|
||||
int fd = -1;
|
||||
int fd;
|
||||
const char *ccname_path;
|
||||
debug_decl(sudo_check_krb5_ccname, SUDOERS_DEBUG_LDAP);
|
||||
|
||||
|
Reference in New Issue
Block a user