add a new this/that flag value

svn path=/trunk/; revision=19066
This commit is contained in:
Ulf Lamping 2006-08-28 21:14:36 +00:00
parent 18b2bf8992
commit 4ad1f977d2

View file

@ -230,6 +230,7 @@ GList *dcom_interfaces;
static const value_string dcom_thisthat_flag_vals[] = {
{ 0, "INFO_NULL" },
{ 1, "INFO_LOCAL" },
{ 0, NULL }
};