mirror of
https://github.com/samba-team/samba.git
synced 2025-09-24 05:44:20 +03:00
fixed dptr_wcard handling (need to use strdup)
(This used to be commit 0bab030074
)
This commit is contained in:
@@ -1333,7 +1333,7 @@ int reply_search(connection_struct *conn, char *inbuf,char *outbuf, int dum_size
|
||||
}
|
||||
return(ERROR(ERRDOS,ERRnofids));
|
||||
}
|
||||
dptr_set_wcard(dptr_num, mask);
|
||||
dptr_set_wcard(dptr_num, strdup(mask));
|
||||
}
|
||||
|
||||
DEBUG(4,("dptr_num is %d\n",dptr_num));
|
||||
|
Reference in New Issue
Block a user