mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Fix last commit (ITS#6622): Remove non-C90 // comment
This commit is contained in:
parent
6dff367fce
commit
18e348a379
1 changed files with 0 additions and 2 deletions
|
|
@ -564,11 +564,9 @@ lutil_atoulx( unsigned long *v, const char *s, int x )
|
|||
return -1;
|
||||
}
|
||||
|
||||
//#ifdef ULONG_MAX
|
||||
if ( ( ul == 0 || ul == ULONG_MAX ) && save_errno != 0 ) {
|
||||
return -1;
|
||||
}
|
||||
//#endif /* ULONG_MAX */
|
||||
|
||||
*v = ul;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue