1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-10 05:44:20 +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: case CONNECT_TCON:
c->status = connect_tcon(c, state->io); c->status = connect_tcon(c, state->io);
break; break;
case CONNECT_DONE:
break;
} }
if (state->stage == CONNECT_DONE) { if (state->stage == CONNECT_DONE) {