]> git.tuebingen.mpg.de Git - adu.git/commit - adu.c
Fix the uid parser.
authorAndre Noll <maan@systemlinux.org>
Sat, 31 May 2008 18:40:33 +0000 (20:40 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 31 May 2008 18:40:33 +0000 (20:40 +0200)
commit89145fb2c0385736548328362e356c58c1fc409c
treeaeb6618afb0271399ecf690a49932812904d1ebd
parentf40f993c99e6c42faab7cac8958bc12da0fee599
Fix the uid parser.

Using e.g. --uid 42 caused parse_uid_range() to pass a NULL pointer
to check_uid_arg().
adu.c