OpenSolaris

Printable Version Enter a New Search
Bug ID 6700707
Synopsis comments format nits in nss_common.c
State 1-Dispatched (Default State)
Category:Subcategory network:nsswitch
Keywords oss-bite-size | oss-request | rtiq_internal
Sponsor
Submitter raw18 gmarler
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix
Fixed In
Release Fixed
Related Bugs 6564720
Submit Date 12-May-2008
Last Update Date 24-June-2009
Description
During code review of s10 fix for:

6564720 Large groups bug still in this release

it's been mentionned that some comments are not formatted as they should be. I'll fix them as suggested in the s10 fix for 6564720 and open this CR for nevada since fix for 6564720 has already been integrated (snv_87). The comments to be corrected are:

1. on line 73 below, this should be 'The' rather than 'the'.

     70  * PSARC/2005/133 updated the buffering mechanisms to handle
     71  * up to 2^64 buffering.  But sets a practical limit of 512*1024.
     72  * the expectation is the practical limit will be dynamic from
     73  * nscd.  For now, set the group limit to this value.

2. there should be a '.' at end of line 2294 below:

   2293  * Internal private API to return default suggested buffer sizes
   2294  * for nsswitch API requests
Work Around
N/A
Comments
N/A