* prof_get.c (profile_get_integer): Set errno to 0 before strtol call, so we
authorKen Raeburn <raeburn@mit.edu>
Tue, 4 Jun 2002 06:38:24 +0000 (06:38 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 4 Jun 2002 06:38:24 +0000 (06:38 +0000)
commit53c8f6650caef85bb9b38f23e0e50965d50d26f6
tree629f0353e9b3207add730e75262839b7d5f3b9c3
parent3bbc4a188f236a8944eaadc20439b6c3cf372a8d
* prof_get.c (profile_get_integer): Set errno to 0 before strtol call, so we
can distinguish error from LONG_MIN/MAX.  Break out different error conditions
and comment them.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14464 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/prof_get.c