Test setting an ACL

This commit is contained in:
Alex Young
2012-07-16 11:38:01 +01:00
parent 66ff06fe0e
commit 8814894874
3 changed files with 14 additions and 2 deletions

View File

@@ -494,7 +494,7 @@ void accept_nbd_client(
return;
}
debug( "Client %s accepted.", s_client_address );
info( "Client %s accepted.", s_client_address );
client_params = client_create( params, client_fd );
params->nbd_client[slot].client = client_params;