summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcerpc_server.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-03 09:23:00 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-03 09:23:00 +0100
commit5516191e7251c9f47a81702e3199b1af9c099f72 (patch)
treeca5eba8f274a4bd2d8d5bdf888ab5972cdb33915 /source4/rpc_server/dcerpc_server.c
parentcb9d048f90a2d1da7134ea7026be3a1a5574a920 (diff)
downloadsamba-5516191e7251c9f47a81702e3199b1af9c099f72.tar.gz
samba-5516191e7251c9f47a81702e3199b1af9c099f72.tar.bz2
samba-5516191e7251c9f47a81702e3199b1af9c099f72.zip
s4:RPC server - cosmetic fixes - indentation, comments
Diffstat (limited to 'source4/rpc_server/dcerpc_server.c')
-rw-r--r--source4/rpc_server/dcerpc_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/rpc_server/dcerpc_server.c b/source4/rpc_server/dcerpc_server.c
index 0dc00e524a..061d8e80b2 100644
--- a/source4/rpc_server/dcerpc_server.c
+++ b/source4/rpc_server/dcerpc_server.c
@@ -1046,8 +1046,8 @@ NTSTATUS dcesrv_process_ncacn_packet(struct dcesrv_connection *dce_conn,
return dcesrv_fault(call2, DCERPC_FAULT_OTHER);
}
- /* this is a continuation of an existing call - find the call then
- tack it on the end */
+ /* this is a continuation of an existing call - find the call
+ then tack it on the end */
call = dcesrv_find_fragmented_call(dce_conn, call2->pkt.call_id);
if (!call) {
return dcesrv_fault(call2, DCERPC_FAULT_OTHER);