diff options
author | Peter Wemm <peter@FreeBSD.org> | 2013-11-11 01:00:29 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2013-11-11 01:00:29 +0000 |
commit | 6573976d8d3ffbe3d00487ebc8c11e3eb4033f17 (patch) | |
tree | c05673887167c7ecd55a62ed72830f5186f453c1 /subversion/libsvn_subr/config_auth.c | |
parent | 97551b2898eb459e9b616947d87d026d27b61518 (diff) |
Diffstat (limited to 'subversion/libsvn_subr/config_auth.c')
-rw-r--r-- | subversion/libsvn_subr/config_auth.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/subversion/libsvn_subr/config_auth.c b/subversion/libsvn_subr/config_auth.c index d53403c44b48d..091e4e84abcde 100644 --- a/subversion/libsvn_subr/config_auth.c +++ b/subversion/libsvn_subr/config_auth.c @@ -173,12 +173,6 @@ svn_config_walk_auth_data(const char *config_dir, NULL }; - if (! config_dir) - { - /* Can't locate the cache to clear */ - return SVN_NO_ERROR; - } - iterpool = svn_pool_create(scratch_pool); for (i = 0; cred_kinds[i]; i++) { |