This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] nss: Handle nss_parse_service_list out of memorycase


On 09/15/2011 03:56 PM, Jiri Olsa wrote:
> +  return *ni != NULL ? 0 : -1;

I'd prefer just:
	return *ni != NULL;
but we'd need to correct the comment before __nss_database_lookup as well.

	Marek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]