libnm: restore verify() comments in team/team-port settings

Restore the comments removed in commit
a524091966afb884cdb8db48067d5599a685a8eb.
This commit is contained in:
Beniamino Galvani 2016-08-30 16:37:54 +02:00
parent d6ec009afd
commit d06279f3db
2 changed files with 6 additions and 0 deletions

View file

@ -127,6 +127,9 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
}
}
/* NOTE: normalizable/normalizable-errors must appear at the end with decreasing severity.
* Take care to properly order statements with priv->config above. */
return TRUE;
}

View file

@ -99,6 +99,9 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
}
}
/* NOTE: normalizable/normalizable-errors must appear at the end with decreasing severity.
* Take care to properly order statements with priv->config above. */
return TRUE;
}