Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/alias.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/alias.c')
-rw-r--r--nslcd/alias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/alias.c b/nslcd/alias.c
index 612cd1b..a1bb482 100644
--- a/nslcd/alias.c
+++ b/nslcd/alias.c
@@ -141,7 +141,7 @@ int nslcd_alias_byname(TFILE *fp)
int nslcd_alias_all(TFILE *fp)
{
int32_t tmpint32,tmp2int32;
- struct ent_context *alias_context;
+ struct ent_context *alias_context=NULL;
char filter[1024];
/* these are here for now until we rewrite the LDAP code */
struct aliasent result;