s3:rpcclient fix a compiler warning
authorChristian Ambach <ambi@samba.org>
Fri, 21 Sep 2012 21:00:53 +0000 (14:00 -0700)
committerChristian Ambach <ambi@samba.org>
Sat, 22 Sep 2012 00:45:50 +0000 (02:45 +0200)
source3/rpcclient/rpcclient.c

index 7b31e1547eefe73a929ac7f79abbdce5441a3399..0dad971c9688d7772d226b0f30dd0f0bfc5e4d7b 100644 (file)
@@ -704,6 +704,8 @@ static NTSTATUS do_cmd(struct cli_state *cli,
                        case PIPE_AUTH_TYPE_SPNEGO_KRB5:
                                oid = GENSEC_OID_KERBEROS5;
                                break;
+                       case PIPE_AUTH_TYPE_SPNEGO_NONE:
+                               break;
                        }
                        ntresult = cli_rpc_pipe_open_spnego(
                                cli, cmd_entry->table,