mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
librpc:ndr: Fix code spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
0071a60fb6
commit
83c6823652
@ -367,7 +367,7 @@ static uint32_t guess_string_array_size(struct ndr_pull *ndr, int ndr_flags)
|
||||
* Here we could do something clever like count the number of zeros in
|
||||
* the ndr data, but it is probably sufficient to pick a lowish number
|
||||
* (compared to the overhead of the talloc header) and let the
|
||||
* expontential resizing deal with longer arrays.
|
||||
* exponential resizing deal with longer arrays.
|
||||
*/
|
||||
return 5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user