diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-09 16:07:06 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-23 16:14:19 +1100 |
commit | 1c7725ae8a4ed3270720ce71de08f4949aa83ea7 (patch) | |
tree | 68d3d861f5d70120c21c6048c4a3d241ac0d275b /source3/utils/net_proto.h | |
parent | 7724533d8065a2cd78573e6a07fcad9879296c71 (diff) | |
download | samba-1c7725ae8a4ed3270720ce71de08f4949aa83ea7.tar.gz samba-1c7725ae8a4ed3270720ce71de08f4949aa83ea7.tar.xz samba-1c7725ae8a4ed3270720ce71de08f4949aa83ea7.zip |
s3-utils: Remove unused connect_to_ipc_krb5()
Found by callcatcher.
Andrew Bartlett
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r-- | source3/utils/net_proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 83633aa7fcf..3f99e14e6e8 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -414,10 +414,6 @@ NTSTATUS connect_to_ipc_anonymous(struct net_context *c, struct cli_state **cli_ctx, const struct sockaddr_storage *server_ss, const char *server_name); -NTSTATUS connect_to_ipc_krb5(struct net_context *c, - struct cli_state **cli_ctx, - const struct sockaddr_storage *server_ss, - const char *server_name); NTSTATUS connect_dst_pipe(struct net_context *c, struct cli_state **cli_dst, struct rpc_pipe_client **pp_pipe_hnd, const struct ndr_syntax_id *interface); |