]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
crypt: Really set result to NULL if get_asymmetric_key() fails.
authorAndre Noll <maan@systemlinux.org>
Mon, 15 Aug 2011 18:09:54 +0000 (20:09 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 16 Aug 2011 18:28:32 +0000 (20:28 +0200)
The error path of this function sets the local variable "result"
is set to NULL, which is useless. We must store NULL in the pointer
variable whose address was passed to the function, so "*result =
NULL" is correct.


No differences found