PERFORCE change 108819 for review

Michael Bushkov bushman at FreeBSD.org
Tue Oct 31 13:46:46 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=108819

Change 108819 by bushman at bushman_nss_ldap_cached on 2006/10/31 13:46:28

	Syntax error fixed.

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_files/files_serv.c#6 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_files/files_serv.c#6 (text+ko) ====

@@ -200,7 +200,7 @@
 		}
 
 		rv = NS_NOTFOUND;
-		switch (serv_mdata->how) {
+		switch ((enum nss_lookup_type)mdata) {
 		case nss_lt_name:
 			if (strcmp(name, serv->s_name) == 0)
 				goto gotname;


More information about the p4-projects mailing list