mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
r11451: Fix -O1 "might be using uninitialized" errors.
Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f22822790c
commit
cab76c3c33
@@ -31,7 +31,7 @@ ADS_STATUS ads_do_search_retry(ADS_STRUCT *ads, const char *bind_path, int scope
|
||||
const char *expr,
|
||||
const char **attrs, void **res)
|
||||
{
|
||||
ADS_STATUS status;
|
||||
ADS_STATUS status = ADS_SUCCESS;
|
||||
int count = 3;
|
||||
char *bp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user