Fix trivial warning:

smb_iod.c:560: deprecated use of label at end of compound statement
This commit is contained in:
peter 2002-05-24 05:40:51 +00:00
parent 0f2b8a126a
commit 71681eb308

View File

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