Backed out changeset c25e7d82e56e

This causes test failures under valgrind, and we don't need the
reordering with a background allocation map builder.
This commit is contained in:
Alex Young
2012-10-08 16:01:25 +01:00
parent 32cae67a75
commit 062ecca1fd
3 changed files with 8 additions and 43 deletions

View File

@@ -816,8 +816,8 @@ int do_serve(struct server* params)
int has_control;
error_set_handler((cleanup_handler*) serve_cleanup, params);
serve_init_allocation_map(params);
serve_open_server_socket(params);
serve_init_allocation_map(params);
serve_accept_loop(params);
has_control = params->has_control;
serve_cleanup(params, 0);