agent: Remove unnecessary NULL check
authorPhilip Withnall <philip@tecnocode.co.uk>
Sun, 3 May 2015 15:05:30 +0000 (16:05 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Sun, 3 May 2015 15:05:30 +0000 (16:05 +0100)
commit7b7d2d986876fc53a23af7b516d78f82f2a546e9
tree9fee173e0740fd39c222912cd920f4ef16a6384d
parent7dc0f2817b115aef49feb8304f404fb5398e55bf
agent: Remove unnecessary NULL check

With the changes in commit 483bdcf8, @name is now guaranteed to be
non-NULL. Spotted by Coverity.

CID: #109878
agent/agent.c