agent: fix infinite loop checking agent identifier

This commit is contained in:
Dan Williams 2010-12-14 11:14:24 -06:00
parent 585a4a1351
commit ffac6b33c6

View file

@ -192,6 +192,7 @@ validate_identifier (const char *identifier, GError **error)
"Identifier contains two '.' characters in sequence");
return FALSE;
}
p++;
}
return TRUE;