1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4:libnet/libnet_rpc.c - quiet an enum warning

Other enum types have been checked before.

Reviewed-by: Tridge
This commit is contained in:
Matthias Dieter Wallnöfer 2011-06-08 18:58:45 +02:00
parent 49352cafb4
commit 40ea52a267

View File

@ -109,6 +109,10 @@ static struct composite_context* libnet_RpcConnectSrv_send(struct libnet_context
case LIBNET_RPC_CONNECT_SERVER:
case LIBNET_RPC_CONNECT_SERVER_ADDRESS:
b->flags = r->in.dcerpc_flags;
break;
default:
/* other types have already been checked before */
break;
}
if (DEBUGLEVEL >= 10) {