]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / client_common.c
index 68c3747bc62d2cefe2eceb25f14c46f5045b6821..a4f48a2755454aeffa9c6da5f1e03c39f0f636a9 100644 (file)
@@ -584,7 +584,7 @@ int client_parse_config(int argc, char *argv[], struct client_task **ct_ptr,
        PARA_INFO_LOG("user: %s\n", user);
        PARA_INFO_LOG("key file: %s\n", kf);
        PARA_INFO_LOG("loglevel: %d\n", ll);
-       ct = para_calloc(sizeof(*ct));
+       ct = zalloc(sizeof(*ct));
        ct->scc.fd = -1;
        ct->lpr = lpr;
        ct->key_file = kf;