Skip to content
  • Tomas Hozza's avatar
    dispatcher: expose domains in IP4/6 config · ac536c21
    Tomas Hozza authored and Dan Williams's avatar Dan Williams committed
    
    
    Previously the function add_domains() expected the
    "domains" value to be of type DBUS_TYPE_G_ARRAY_OF_STRING
    but the value is in fact of type G_TYPE_STRV. Also
    added check to log critical message in case of "val"
    not holding G_TYPE_STRV type.
    
    This caused dispatcher not to export IPx_DOMAINS
    environment variable.
    
    Signed-off-by: default avatarTomas Hozza <thozza@redhat.com>
    ac536c21