Ticket #68: 68.patch
| File 68.patch, 319 bytes (added by kindlund, 1 year ago) |
|---|
-
lib/HoneyClient/Manager.pm
old new 169 169 if ($DB_ENABLE) { 170 170 # Include DB Utility Library 171 171 # TODO: Include unit tests. 172 use HoneyClient::DB::Fingerprint;172 require HoneyClient::DB::Fingerprint; 173 173 } 174 174 175 175 # XXX: Remove this, eventually.
