# truss -flea -t open beadm list 2>&1 | grep -c /etc/default/be
20991
LD_LIBRARY_PATH=. truss -flea -t open beadm list 2>&1 | grep -c /etc/default/be
# truss -flea -t open beadm list 2>&1 | grep -c /etc/default/be
6
Loading file attachments...
0
0
1
0
1
Description
From
Last Updated
It looks like we also use be_add_children_callback() here, with a blank list_callback_data_t (L363, above). Should we be calling be_get_defaults() in ...
It looks like we also use be_add_children_callback() here, with a blank list_callback_data_t (L363, above). Should we be calling be_get_defaults() in be_get_zone_be_list() as well?
Nice catch, thanks. Fixed.
Review request changed
Change Summary:
Initialise cb.be_defaults in be_get_zone_be_list()