usr/src/uts/common/fs/nfs/nfs4_dispatch.c
changeset 806 849fb015aa25
parent 76 c6ba53ffbc0e
child 1267 4e080122b679
equal deleted inserted replaced
805:3946c495718a 806:849fb015aa25
   501 	}
   501 	}
   502 
   502 
   503 	/*
   503 	/*
   504 	 * Send out the replayed reply or the 'real' one.
   504 	 * Send out the replayed reply or the 'real' one.
   505 	 */
   505 	 */
   506 	if (!svc_sendreply(xprt,  xdr_COMPOUND4res, (char *)rbp)) {
   506 	if (!svc_sendreply(xprt,  xdr_COMPOUND4res_srv, (char *)rbp)) {
   507 		DTRACE_PROBE2(nfss__e__dispatch_sendfail,
   507 		DTRACE_PROBE2(nfss__e__dispatch_sendfail,
   508 			struct svc_req *, xprt,
   508 			struct svc_req *, xprt,
   509 			char *, rbp);
   509 			char *, rbp);
   510 		error++;
   510 		error++;
   511 	}
   511 	}