From: Björn Jacke Date: Mon, 30 Mar 2009 11:39:42 +0000 (+0200) Subject: ѕ4: fix a "not handled in switch" compile warning X-Git-Tag: tdb-1.1.5~919^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78a4ac7ced4abdc0bd090f13cde927356097b0e;p=thirdparty%2Fsamba.git ѕ4: fix a "not handled in switch" compile warning --- diff --git a/source4/libcli/smb_composite/connect.c b/source4/libcli/smb_composite/connect.c index 3db777ddc8b..a5d05b7af14 100644 --- a/source4/libcli/smb_composite/connect.c +++ b/source4/libcli/smb_composite/connect.c @@ -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) {