瀏覽代碼

removing an unused variable, did also remove an assigment

Ludwig Krispenz 12 年之前
父節點
當前提交
630c89267c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ldap/servers/slapd/entrywsi.c

+ 1 - 0
ldap/servers/slapd/entrywsi.c

@@ -774,6 +774,7 @@ entry_delete_present_values_wsi_multi_valued(Slapi_Entry *e, const char *type, s
 {
 	int retVal= LDAP_SUCCESS;
 	Slapi_Attr *a= NULL;
+	entry_attr_find_wsi(e, type, &a);
 		/* The attribute is on the present list, or the deleted list and we're doing URP */
 		if ( vals == NULL || vals[0] == NULL )
 		{