CVE-2018-10919 security: Add more comments to the object-specific access checks
[vlendec/samba-autobuild/.git] / nsswitch / winbind_nss_linux.c
index fc165a18573b2cf622cdaa2431f338619bae8dc0..442c06e612ff34c7cb4c69fb61a65bfc5ab01089 100644 (file)
@@ -1024,7 +1024,7 @@ _nss_winbind_getgrgid_r(gid_t gid,
 /* Initialise supplementary groups */
 
 NSS_STATUS
-_nss_winbind_initgroups_dyn(char *user, gid_t group, long int *start,
+_nss_winbind_initgroups_dyn(const char *user, gid_t group, long int *start,
                            long int *size, gid_t **groups, long int limit,
                            int *errnop)
 {