1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
This commit is contained in:
Jim McDonough 0001-01-01 00:00:00 +00:00
parent e0db859a31
commit 26956cdef9

View File

@ -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;
}