Remove a harmless but pointless line in the code to handle the --user argument.
authorFabian Keil <fk@fabiankeil.de>
Tue, 26 Apr 2011 16:50:11 +0000 (16:50 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 26 Apr 2011 16:50:11 +0000 (16:50 +0000)
commit94ed40a9af70de3f153558ef5aadff9928f5c762
tree9a6db997f06fde1b44c42ecf7fa89434724aabf2
parent7726b37a51a3b1e0725c6c7e7b549569a0b30f26
Remove a harmless but pointless line in the code to handle the --user argument.

If p is not NULL, --p already has been set to '\0' previously
and it hadn't, it would be too late now as we are done with p.
jcc.c