mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ѕ4: fix a "not handled in switch" compile warning
This commit is contained in:
parent
f4195183a4
commit
c78a4ac7ce
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user