2019-09-27 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdimport(1) that caused it to throw an exception
	when given a '--metadata-pattern' of less than three characters.
This commit is contained in:
Fred Gleason
2019-09-27 12:30:03 -04:00
parent cc3dc06b4a
commit bfee1c8440
2 changed files with 19 additions and 3 deletions

View File

@@ -19122,3 +19122,6 @@
2019-09-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddbmgr(8) that caused a segfault when processing
a SQL error.
2019-09-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that caused it to throw an exception
when given a '--metadata-pattern' of less than three characters.