]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/event_iocp.c
Writing metadata xattr on directories with sticky bit set, FR#94
[netatalk.git] / libevent / event_iocp.c
index 75fe4627eb00c6df3c25bb5ac72ed4e8d73250c7..4321281002b7816012f4014a42242a55e8cd51fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2009-2012 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -183,7 +183,7 @@ event_iocp_port_launch(int n_cpus)
        if (n_cpus <= 0)
                n_cpus = N_CPUS_DEFAULT;
        port->n_threads = n_cpus * 2;
-       port->threads = calloc(port->n_threads, sizeof(HANDLE));
+       port->threads = mm_calloc(port->n_threads, sizeof(HANDLE));
        if (!port->threads)
                goto err;