diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-24 20:10:20 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-24 21:06:41 +0200 |
commit | 1808dd0a854f0cf95718da28a9fc58134af04d83 (patch) | |
tree | eb825053171250b440077aabb47a64a4cbf8aa31 /source3/include | |
parent | aa830cde6a44187149c207085acdb75fe4e8e343 (diff) | |
download | samba-1808dd0a854f0cf95718da28a9fc58134af04d83.tar.gz samba-1808dd0a854f0cf95718da28a9fc58134af04d83.tar.bz2 samba-1808dd0a854f0cf95718da28a9fc58134af04d83.zip |
s3: Make srv_send_smb take an sconn instead of a sock fd
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 43a510b4b2..a3449799a8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5590,7 +5590,7 @@ struct security_descriptor *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fna void smbd_setup_sig_term_handler(void); void smbd_setup_sig_hup_handler(struct tevent_context *ev, struct messaging_context *msg_ctx); -bool srv_send_smb(int fd, char *buffer, +bool srv_send_smb(struct smbd_server_connection *sconn, char *buffer, bool no_signing, uint32_t seqnum, bool do_encrypt, struct smb_perfcount_data *pcd); |