Files
git/connect.c
Johannes Schindelin e17212ebc5 Make sure that git_getpass() never returns NULL
The result of git_getpass() is used without checking for NULL, so let's
just die() instead of returning NULL.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-09-10 23:44:25 +01:00

14 KiB