mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
Fix typo
This commit is contained in:
parent
e0db859a31
commit
26956cdef9
@ -343,7 +343,7 @@ BOOL epm_io_tower_array(const char *desc, EPM_TOWER_ARRAY *array,
|
||||
}
|
||||
|
||||
for (i = 0; i < array->count; i++) {
|
||||
if (!epm_io_tower("tower", array->towers + 1, ps, depth))
|
||||
if (!epm_io_tower("tower", &array->towers[i], ps, depth))
|
||||
return False;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user