1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

ѕ4: fix a "not handled in switch" compile warning

This commit is contained in:
Björn Jacke 2009-03-30 13:39:42 +02:00 committed by Stefan Metzmacher
parent f4195183a4
commit c78a4ac7ce

View File

@ -418,6 +418,8 @@ static void state_handler(struct composite_context *c)
case CONNECT_TCON:
c->status = connect_tcon(c, state->io);
break;
case CONNECT_DONE:
break;
}
if (state->stage == CONNECT_DONE) {