Files
git/connect.c
Johannes Schindelin 9439967d26 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-08-25 12:28:51 +02:00

14 KiB