CLEANUP: ssl: remove a useless "if" before freeing an error message
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2021 20:12:15 +0000 (21:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2021 20:22:20 +0000 (21:22 +0100)
commit01acf563a77276b6b671271244d2823867ad8db7
treefd816604d6d24a44e23a707da2e0b42808ccce8c
parent5b52b0039319aff61360838b83cb7247942646f6
CLEANUP: ssl: remove a useless "if" before freeing an error message

Just an old "if (err) free(err)" that managed to escape cleanups.
src/ssl_sock.c