[Fedora-directory-commits] ldapserver/ldap/servers/plugins/views views.c, 1.10, 1.11

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Oct 18 00:08:36 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/views
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25950/ldap/servers/plugins/views

Modified Files:
	views.c 
Log Message:
Resolves: #188320
Summary: HP-UX: warnings reported by the HP-UX compiler



Index: views.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/views/views.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- views.c	12 Oct 2007 16:53:02 -0000	1.10
+++ views.c	18 Oct 2007 00:08:32 -0000	1.11
@@ -1202,12 +1202,8 @@
 	struct berval **dnVals;
 	Slapi_Attr *dnAttr;
 	char *attrType = 0;
-	char *attrs[3];
 	viewEntry *pView;
-	
-	attrs[0] = VIEW_FILTER_ATTR;
-	attrs[1] = "entryid";
-	attrs[2] = 0;
+
 	info=(struct dn_views_info *)callback_data;
 	
 	info->ret = 0;




More information about the Fedora-directory-commits mailing list