Fix trivial warning:

smb_iod.c:560: deprecated use of label at end of compound statement
This commit is contained in:
Peter Wemm 2002-05-24 05:40:51 +00:00
parent 9c580bea80
commit dacd8bbbd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97209

View file

@ -557,6 +557,7 @@ smb_iod_sendall(struct smbiod *iod)
}
break;
default:
break;
}
if (herror)
break;