1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Volker Lendecke 21b27105e8 ctdbd_conn: Fix ctdbd_connection_destructor
clang had complained with

../source3/lib/ctdbd_conn.c:1784:34: warning: variable 'send_state' used in loop condition
      not modified in loop body [-Wfor-loop-analysis]
        for (send_state = c->send_list; send_state != NULL;) {
                                        ^~~~~~~~~~
../source3/lib/ctdbd_conn.c:1791:34: warning: variable 'recv_state' used in loop condition
      not modified in loop body [-Wfor-loop-analysis]
        for (recv_state = c->recv_list; recv_state != NULL;) {
                                        ^~~~~~~~~~

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sat Jun 10 03:33:13 CEST 2017 on sn-devel-144
2017-06-10 03:33:13 +02:00
..
auth s3-auth: remove some dead prototypes 2017-05-10 15:53:20 +02:00
build
client s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits. 2017-05-09 09:56:09 +02:00
exports
groupdb Correct "errror" typos. 2017-02-22 08:26:22 +01:00
include s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead of const char *. 2017-06-01 02:58:53 +02:00
intl
lib ctdbd_conn: Fix ctdbd_connection_destructor 2017-06-10 03:33:13 +02:00
libads libads: Decide to have no fallback option 2017-05-30 08:06:06 +02:00
libgpo s3-gpo: Fix CID #1405972 Resource leak 2017-05-09 23:20:08 +02:00
libnet s3:libnet_join: make use of trust_pw_new_value() 2017-02-21 16:09:22 +01:00
librpc s3:gse: add simple gensec_gse_update_send/recv() wrapper functions 2017-05-21 21:05:10 +02:00
libsmb s3:libsmb: add cli_state_update_after_sesssetup() helper function 2017-06-09 13:00:12 +02:00
locale Correct "descriptior" typos. 2017-02-22 08:26:22 +01:00
locking s3/locking: make find_share_mode_entry public 2017-05-28 14:50:18 +02:00
modules vfs_gpfs: Fix compile error in gpfsacl_sys_acl_set_fd 2017-06-03 05:52:32 +02:00
nmbd Correct "errror" typos. 2017-02-22 08:26:22 +01:00
param param: Add 'mit kdc command' to change the default. 2017-04-29 23:31:09 +02:00
passdb secrets: Protect against a non-0-terminated ldap password 2017-04-22 05:20:20 +02:00
printing s3:printing: Change to GUID dir if we deal with COPY_FROM_DIRECTORY 2017-05-05 11:51:10 +02:00
profile s3-profile: reduce dependencies of smbprofile.h 2016-03-28 20:45:16 +02:00
registry s3-rpc_cli: add winreg_add_core_driver() 2017-05-09 16:43:13 +02:00
rpc_client s3:cli_pipe: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update() dance 2017-05-21 21:05:09 +02:00
rpc_server s3:smbd: Pass down remote and local address to get_referred_path() 2017-05-31 02:24:18 +02:00
rpcclient s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits. 2017-05-09 09:56:09 +02:00
script s3:tests: Add a test which checks that the smbclient session setup works 2017-06-07 05:15:16 +02:00
selftest selftest: Add test for 'net tdb' command 2017-05-08 21:08:24 +02:00
services Update smbrun to allow for settings environment variables. 2016-10-13 04:26:26 +02:00
smbd lib:util: Make probing of modules more secure 2017-06-06 18:36:07 +02:00
torture Revert "s3:libsmb: Fix printing the session setup information" 2017-06-09 13:00:11 +02:00
utils s3/utils: Add warning to testparm for "client ipc signing" param values 2017-06-06 22:40:12 +02:00
web
winbindd s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}() 2017-06-09 13:00:12 +02:00
.clang_complete lib: Remove tdb_compat 2015-03-17 11:30:52 +01:00
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript s3-gpo: Build scripts, security and registry CSE with --enable-developer 2017-05-09 05:18:52 +02:00
wscript_build smbldap: Bump version number 2017-04-20 14:23:14 +02:00
wscript_configure_system_ncurses Transition to waf 1.8: wrapped conf.check_cfg 2015-03-16 03:00:07 +01:00