]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Renamed all calls to create_temp_filename()
authorDavid Sommerseth <dazo@users.sourceforge.net>
Fri, 16 Apr 2010 20:09:48 +0000 (22:09 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 21 Oct 2010 09:37:03 +0000 (11:37 +0200)
commit495e3cec5d15655058cd70983b8a0d65bd403d84
tree0d3079adfccdb24f3c4e1cd192ebf05882f23ded
parent4e1cc5f6dda22e9ff121d3753066775c25448bcc
Renamed all calls to create_temp_filename()

All places where create_temp_filename() was called are now calling
create_temp_file().  Extra checks on the result of create_temp_file()
is added in addition.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
init.c
multi.c
pf.c
ssl.c