[server] remove unncessary NULL check spotted by Coverity

This commit is contained in:
Michael Rash 2015-04-19 19:44:43 -07:00
parent f962edda00
commit b2109f5630

View File

@ -134,8 +134,8 @@ rotate_digest_cache_file(fko_srv_options_t *opts)
); );
#endif /* NO_DIGEST_CACHE */ #endif /* NO_DIGEST_CACHE */
if(new_file != NULL) free(new_file);
free(new_file); return;
} }
static void static void