summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-16 01:59:08 +0200
committerKarolin Seeger <kseeger@samba.org>2009-11-26 11:39:25 +0100
commit332cbb17c0d4096d51bf6b19cc6fac677dab20c7 (patch)
treeab335a20de25459fe7a1fa76a687f0e81ed21816 /source3/utils
parent3c31225b174799d92087fe410d2dae4a7158a414 (diff)
downloadsamba-332cbb17c0d4096d51bf6b19cc6fac677dab20c7.tar.gz
s3-net: fix build warning (missing default in switch).
Guenther (cherry picked from commit 8b247f35389a899c805d018adb92f372e562a378) (cherry picked from commit c2281ae03020144da20e49cfd2cde09ee542cf34)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_rpc_join.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c
index d3a63d373d5..fd81205a959 100644
--- a/source3/utils/net_rpc_join.c
+++ b/source3/utils/net_rpc_join.c
@@ -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 */