Skip to content

Commit

Permalink
s4:rpc_server: add missing newline to error debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Baumbach <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>

Autobuild-User(master): Jeremy Allison <[email protected]>
Autobuild-Date(master): Wed Apr  3 00:13:10 UTC 2019 on sn-devel-144
  • Loading branch information
Björn Baumbach authored and jrasamba committed Apr 3, 2019
1 parent 47278bf commit 3378a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/rpc_server/dcerpc_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@ static NTSTATUS add_socket_rpc_tcp_iface(struct dcesrv_context *dce_ctx,
for (iface = e->interface_list; iface; iface = iface->next) {
DEBUGADD(0, ("%s ", iface->iface.name));
}
DEBUGADD(0, ("failed - %s",
DEBUGADD(0, ("failed - %s\n",
nt_errstr(status)));
return status;
}
Expand Down

0 comments on commit 3378a56

Please sign in to comment.