mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix trivial warning:
smb_iod.c:560: deprecated use of label at end of compound statement
This commit is contained in:
parent
9c580bea80
commit
dacd8bbbd6
1 changed files with 1 additions and 0 deletions
|
|
@ -557,6 +557,7 @@ smb_iod_sendall(struct smbiod *iod)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (herror)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue