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:
parent
49352cafb4
commit
40ea52a267
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user