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