Skip to content
Snippets Groups Projects
Commit a17c9ec5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix init error

parent 410ca3d1
Branches
Tags
No related merge requests found
......@@ -131,12 +131,12 @@ do_modify( char *uri, char *host, int port, char *manager,
int i;
pid_t pid;
pid = getpid();
struct ldapmod mod;
struct ldapmod *mods[2];
char *values[2] = { value, NULL };
pid = getpid();
mod.mod_op = LDAP_MOD_ADD;
mod.mod_type = attr;
mod.mod_values = values;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment