Author: tuexen
Date: Sun Jan 17 12:05:44 2016
New Revision: 294209
URL: https://svnweb.freebsd.org/changeset/base/294209

Log:
  MFC r291659:
  Minor cleanup. No functional change.

Modified:
  stable/10/sys/netinet/sctp_output.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/netinet/sctp_output.c
==============================================================================
--- stable/10/sys/netinet/sctp_output.c Sun Jan 17 12:03:59 2016        
(r294208)
+++ stable/10/sys/netinet/sctp_output.c Sun Jan 17 12:05:44 2016        
(r294209)
@@ -12069,7 +12069,7 @@ sctp_send_str_reset_req(struct sctp_tcb 
                oldstream = stcb->asoc.strmout;
                /* get some more */
                SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *,
-                   ((stcb->asoc.streamoutcnt + adding_o) * sizeof(struct 
sctp_stream_out)),
+                   (stcb->asoc.streamoutcnt + adding_o) * sizeof(struct 
sctp_stream_out),
                    SCTP_M_STRMO);
                if (stcb->asoc.strmout == NULL) {
                        uint8_t x;
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to