1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Noel Power 7bceafe840 s3/passdb: clang: Fix 'Value stored during initialization is never read'
Fixes:

source3/passdb/pdb_ldap.c:1933:11: warning: Value stored to 'ret' during its initialization is never read <--[clang]
        NTSTATUS ret = NT_STATUS_UNSUCCESSFUL;
                 ^~~   ~~~~~~~~~~~~~~~~~~~~~~
source3/passdb/pdb_ldap.c:4094:11: warning: Value stored to 'ntstatus' during its initialization is never read <--[clang]
        NTSTATUS ntstatus = NT_STATUS_UNSUCCESSFUL;
                 ^~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Oct  8 02:40:24 UTC 2019 on sn-devel-184
2019-10-08 02:40:24 +00:00
..
auth s3/auth: clang: Fix 'Value stored during its initialization is never read' 2019-09-26 18:41:27 +00:00
build source3/build/charset.py: update to handle waf 2.0.4 2018-09-05 06:37:23 +02:00
client s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls. 2019-10-07 08:13:44 +00:00
exports
groupdb s3/groupdb: clang: 'Value stored during its initialization is never read' 2019-09-26 18:41:26 +00:00
include s3:lib: add is_named_stream() 2019-10-02 08:01:40 +00:00
intl lib: Remove "tdb based replacement for gettext" 2019-05-22 05:59:13 +00:00
lib dbwrap_watch: Don't alert ourselves, fix raw.oplock.batch26 race 2019-10-02 08:01:41 +00:00
libads s3/libads: clang: Fix 'Value stored during its initialization is never read' 2019-09-26 18:41:27 +00:00
libgpo/gpext Spelling fixes s/emtpy/empty/ 2019-09-01 22:21:26 +00:00
libnet s3:rpc_client: Return NTSTATUS for init_samr_CryptPasswordEx() 2019-07-26 01:48:22 +00:00
librpc s3/librpc/crypto: clang: Fixes Value stored to 'ret' is never read 2019-09-25 09:47:32 +00:00
libsmb s3/libsmb: clang: Fix 'Value stored during its initialization is never read' 2019-09-30 23:12:41 +00:00
locale Spelling fixes s/Mirgate/Migrate/ 2019-09-01 22:21:26 +00:00
locking smbd: Fix CID 1453984: Null pointer dereferences (REVERSE_INULL) 2019-10-02 08:01:40 +00:00
modules s3:smbd: use is_named_stream() in a a few places 2019-10-02 08:01:40 +00:00
nmbd s3:nmbd: small improvements in --help strings 2019-01-28 14:28:29 +01:00
param s4-dns: Deprecate BIND9_FLATFILE and remove "rndc command" 2019-08-22 21:24:00 +00:00
passdb s3/passdb: clang: Fix 'Value stored during initialization is never read' 2019-10-08 02:40:24 +00:00
printing smbd: rename [un]become_user*() to [un]become_user_without_service*() 2019-09-11 19:59:34 +00:00
profile s3:profile: Allow profile subsystem to use SHA1 in FIPS mode 2019-07-09 13:31:46 +00:00
registry Spelling fixes s/preceeding/preceding/ 2019-09-01 22:21:28 +00:00
rpc_client rpcclient: Move rpccli_try_samr_connects() to cmd_samr.c 2019-10-03 16:39:31 +00:00
rpc_server epmapper: Fix printf specifiers 2019-10-02 08:01:40 +00:00
rpcclient rpcclient: Remove unused global domain sid 2019-10-03 17:59:13 +00:00
script CVE-2019-10197: test_smbclient_s3.sh: add regression test for the no permission on share root problem 2019-09-03 08:07:38 +00:00
selftest s3: torture: Add MS-FSA style terminating '/' and '\\' test - SMB2-PATH-SLASH. 2019-10-02 08:01:41 +00:00
services srcctl3: Improve debug messages 2018-01-16 02:43:03 +01:00
smbd s3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH. 2019-10-02 09:31:40 +00:00
torture s3: torture: Add MS-FSA style terminating '/' and '\\' test - SMB2-PATH-SLASH. 2019-10-02 08:01:41 +00:00
utils s3:libads: let kerberos_kinit_password_ext() return the canonicalized principal/realm 2019-09-24 18:30:37 +00:00
web
winbindd winbind: provide passwd struct for group sid with ID_TYPE_BOTH mapping (again) 2019-09-27 17:25:29 +00:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript s3:waf: Do not check for nanosleep() as we don't use it anywhere 2019-09-25 15:39:40 +00:00
wscript_build messaging: Do POOL_USAGE via a socket 2019-09-18 21:27:30 +00:00
wscript_configure_system_ncurses source3/wscript_configure_system_ncurses: update to handle waf 2.0.4 2018-09-05 06:37:24 +02:00