If the --user argument user[.group] contains a dot, always bail out if no group has...
authorFabian Keil <fk@fabiankeil.de>
Tue, 26 Apr 2011 16:48:04 +0000 (16:48 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 26 Apr 2011 16:48:04 +0000 (16:48 +0000)
commit72fbb4b1553b4e1c9bc61b0600d90c95a30977fd
tree32f5cd6ceb07878b3e6f12e76eeddd10a8083034
parent131871609e8152ada37dc1fa1a325b8e49394279
If the --user argument user[.group] contains a dot, always bail out if no group has been specified.

Previously the intended, but undocumented, behaviour was to
try interpreting the whole argument as user name, but the
detection was flawed and checked for '0' isntead of '\0',
thus merely preventing group names beginning with a zero.

Remove the incorrect check instead of fixing it to get
the documented behaviour.
jcc.c