]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/cnid/last/cnid_last.c
Active Directory LDAP queries for ACL support
[netatalk.git] / libatalk / cnid / last / cnid_last.c
index 5903d03fe449da281238818e9501c57e812cf9f1..cc2ae1c7d19e79ec3ef8ae13c14936bc491908b7 100644 (file)
@@ -1,6 +1,5 @@
 
 /*
- * $Id: cnid_last.c,v 1.5 2010-03-31 09:47:32 franklahm Exp $
  *
  * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved. See COPYRIGHT.
@@ -139,7 +138,8 @@ static struct _cnid_db *cnid_last_new(const char *volpath)
     cdb->cnid_resolve = cnid_last_resolve;
     cdb->cnid_update = cnid_last_update;
     cdb->cnid_close = cnid_last_close;
-    
+    cdb->cnid_wipe = NULL;
+
     return cdb;
 }