]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/aclparse.c
Rework ac/socket.h for HAVE_WINSOCK:
[openldap] / servers / slapd / aclparse.c
index d89fb840351a9edc6ebb74c6f2c04d59e8eefdfd..b7b0d9507ab8b5684e577cb2e860fbf4995a504f 100644 (file)
@@ -181,8 +181,7 @@ parse_acl(
                         * by clause consists of <who> and <access>
                         */
 
-                       b = (struct access *) ch_calloc( 1,
-                           sizeof(struct access) );
+                       b = (struct access *) ch_calloc( 1, sizeof(struct access) );
 
                        if ( ++i == argc ) {
                                fprintf( stderr,