diff options
Diffstat (limited to 'nslcd/ether.c')
-rw-r--r-- | nslcd/ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/ether.c b/nslcd/ether.c index 31fe276..ac66519 100644 --- a/nslcd/ether.c +++ b/nslcd/ether.c @@ -225,7 +225,7 @@ int nslcd_ether_all(TFILE *fp) { int32_t tmpint32; char filter[1024]; - struct ent_context *ether_context; + struct ent_context *ether_context=NULL; /* these are here for now until we rewrite the LDAP code */ struct ether result; char buffer[1024]; |