mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-net: fix build warning (missing default in switch).
Guenther
This commit is contained in:
parent
5cc895983d
commit
8b247f3538
@ -186,6 +186,10 @@ int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv)
|
||||
acb_info = ACB_DOMTRUST;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
DEBUG(0,("secure channel type %d not yet supported\n",
|
||||
sec_channel_type));
|
||||
break;
|
||||
}
|
||||
|
||||
/* Make authenticated connection to remote machine */
|
||||
|
Loading…
Reference in New Issue
Block a user