mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Remove duplicate fclose()
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@214 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
87c75b32ff
commit
3c205207fc
1 changed files with 0 additions and 1 deletions
|
|
@ -553,7 +553,6 @@ static char *getCredentialsFromFile( const char* filename, char **user, char **p
|
|||
if ( *user == NULL && *pass == NULL && *remuser == NULL && *rempass == NULL) {
|
||||
return strdup( "proxy_user & proxy_passwd not found in password file" );
|
||||
} else {
|
||||
fclose( pwfile );
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue