From 2ff73f0df3257c27cb3cdae779e679de3170be17 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 2 Aug 2010 15:25:45 +0200 Subject: s3: Use data_blob_null --- source3/libsmb/clilist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c index 551c0f278d..99dcc3f9c6 100644 --- a/source3/libsmb/clilist.c +++ b/source3/libsmb/clilist.c @@ -247,7 +247,7 @@ int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute, char *param; uint32 resume_key = 0; TALLOC_CTX *frame = talloc_stackframe(); - DATA_BLOB last_name_raw = data_blob(NULL, 0); + DATA_BLOB last_name_raw = data_blob_null; /* NT uses SMB_FIND_FILE_BOTH_DIRECTORY_INFO, OS/2 uses SMB_FIND_EA_SIZE. Both accept SMB_FIND_INFO_STANDARD. */ -- cgit