]> arthur.barton.de Git - netatalk.git/blobdiff - bin/uniconv/uniconv.c
Merge branch 'v3-cleanup' into v3.1.3-alex
[netatalk.git] / bin / uniconv / uniconv.c
index c8f80f52699e53ac56d39c8d20e548870f41a6d9..b9a2fc45c87b56e4fdccd2954cd34d32d36ed626 100644 (file)
@@ -389,7 +389,7 @@ static int init(char* path)
 {
        DIR* startdir;
 
-    if (NULL == (cdb = cnid_open (path, 0, cnid_type, 0, "localhost", "4700")) ) {
+    if (NULL == (cdb = cnid_open (path, 0, cnid_type, 0, "localhost", "4700", NULL, NULL)) ) {
                 fprintf (stderr, "ERROR: cannot open CNID database in '%s'\n", path);
                 fprintf (stderr, "ERROR: check the logs for reasons, aborting\n");
                return -1;