stream: Remove unneeded break statement

Change-Id: Iaa36a3661fc3d049f656342ee6dc3aafd45498bb
This commit is contained in:
Pau Espin 2022-09-30 14:24:12 +02:00
parent 8dd1e15661
commit 04572b2f6a
1 changed files with 0 additions and 1 deletions

View File

@ -1512,7 +1512,6 @@ static int _sctp_recvmsg_wrapper(int fd, struct msgb *msg)
LOGP(DLINP, LOGL_DEBUG, "===> SHUTDOWN EVT\n");
/* Handle this like a regular disconnect */
return 0;
break;
}
return -EAGAIN;
}