mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
r9390: fixed mixing of code and data
This commit is contained in:
parent
1a3229777a
commit
ae2122e76a
@ -125,10 +125,11 @@ static char *reg_path_to_ldb(TALLOC_CTX *mem_ctx, struct registry_key *from, con
|
||||
|
||||
while(mypath) {
|
||||
char *keyname;
|
||||
begin = strrchr(mypath, '\\');
|
||||
struct ldb_val val;
|
||||
char *key;
|
||||
|
||||
begin = strrchr(mypath, '\\');
|
||||
|
||||
if (begin) keyname = begin + 1;
|
||||
else keyname = mypath;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user