WMaker: removed check that is always true in wDefaultsInitDomain (Coverity #50243)
commit68e4ccca58ee42733083164d52fd635fecce4a35
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 20 May 2014 19:46:49 +0000 (20 21:46 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 20 May 2014 20:29:57 +0000 (20 21:29 +0100)
tree73de3dd2d2cbb2655beb885dc60650028cc8f97d
parent788a51c1167fe760f905b865ea8830ac800b6653
WMaker: removed check that is always true in wDefaultsInitDomain (Coverity #50243)

As pointed by Coverity, the function 'wdefaultspathfordomain' cannot
return a NULL path, so it is not necessary to check for it.  (in the
present case, it led Coverity to think it was possible to have the
structure 'stbuf' uninitialised)

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/defaults.c