1
0
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:
Jeremy Allison
2005-11-02 00:19:26 +00:00
committed by Gerald (Jerry) Carter
parent f22822790c
commit cab76c3c33
3 changed files with 3 additions and 3 deletions

View File

@@ -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;