diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2007-10-18 00:08:38 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2007-10-18 00:08:38 +0000 |
| commit | 19cd513a509aa6e45361df774e74f2d39451e08a (patch) | |
| tree | 13ad0e58a486afd842559e1d74d019190c3f1d79 /ldap/servers/plugins/views | |
| parent | 878c163528ed089dae1edb8295a6dd4ae842b9b4 (diff) | |
| download | ds-19cd513a509aa6e45361df774e74f2d39451e08a.tar.gz ds-19cd513a509aa6e45361df774e74f2d39451e08a.tar.xz ds-19cd513a509aa6e45361df774e74f2d39451e08a.zip | |
Resolves: #188320
Summary: HP-UX: warnings reported by the HP-UX compiler
Diffstat (limited to 'ldap/servers/plugins/views')
| -rw-r--r-- | ldap/servers/plugins/views/views.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ldap/servers/plugins/views/views.c b/ldap/servers/plugins/views/views.c index 243ac962..3735440f 100644 --- a/ldap/servers/plugins/views/views.c +++ b/ldap/servers/plugins/views/views.c @@ -1202,12 +1202,8 @@ static int views_dn_views_cb (Slapi_Entry* e, void *callback_data) { 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; |
