mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
r25120: One more warning.
Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
0e655ac946
commit
9cc70e3ccf
@@ -1109,7 +1109,7 @@ static size_t pull_ascii_base_talloc(TALLOC_CTX *ctx,
|
||||
char *msg = talloc_asprintf(ctx,
|
||||
"Bad src length (%u) in "
|
||||
"pull_ascii_base_talloc",
|
||||
src_len);
|
||||
(unsigned int)src_len);
|
||||
smb_panic(msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user