]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Don't look for 'stdin' file when using --auth-user-pass
authorDavid Sommerseth <davids@redhat.com>
Fri, 2 Dec 2011 15:32:56 +0000 (16:32 +0100)
committerDavid Sommerseth <davids@redhat.com>
Mon, 5 Dec 2011 10:35:28 +0000 (11:35 +0100)
commit870cf166add7ea0aa15c9d12b7916e669a9f441f
tree0bfcd62341a2d093e852be0900c47363ffe859ff
parente7d1ac82f9a21ef91030e4f104d4ef0810b07f8e
Don't look for 'stdin' file when using --auth-user-pass

This argument allows the keyword 'stdin' to indicate that the input
is to be read from the stdin.  Don't check for file existence if the
file name is set to 'stdin'

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
options.c