]> git.tuebingen.mpg.de Git - paraslash.git/commit
para_client: Fix --user.
authorAndre Noll <maan@systemlinux.org>
Sun, 4 Apr 2010 22:57:47 +0000 (00:57 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 Apr 2010 22:57:47 +0000 (00:57 +0200)
commit2303f8c4c3eb7635db3598c531532ffcf88c31fc
treebb47201cc85d7993098eddb10e2d587b8f8e47cd
parentee981891841937c911739c7f99ee1a2a6782f649
para_client: Fix --user.

In case the user was given in the config file but not at the
command line, the logname was used. --key_file had a similar
problem.

Fix this by moving the initialization of these two variables
down, after the config file has been read.
client_common.c