opennebula-lease-reservation-v1-fix-initialization.patch

Simon Boulet, 05/10/2013 03:50 PM

Download (895 Bytes)

View differences:

include/Leases.h
165 165
              unsigned int _mac[],
166 166
              int          _vid,
167 167
              bool         _used)
168
                :ObjectXML(),ip(_ip), vid(_vid), used(_used)
168
                :ObjectXML(),ip(_ip), vid(_vid), used(_used), uid(-1), gid(-1)
169 169
        {
170 170
                mac[1]=_mac[1];
171 171
                mac[0]=_mac[0];
172
-