Fix typo in the table emu_services
ISSUE TYPE
- Bugfix
SUMMARY
This fixes the bug described in https://github.com/DinoTools/dionaea/issues/139
Can one of the admins verify this patch?
There should be some kind of migration path
There is one more script needing to fix - modules/python/util/logsql2postgres.py
$ grep -R emu_serivce * modules/python/util/logsql2postgres.py: emu_serivce, modules/python/dionaea/logsql.py: """SELECT emu_serivce FROM emu_services LIMIT 1""") modules/python/dionaea/logsql.py: emu_serivce INTEGER PRIMARY KEY, modules/python/dionaea/logsql.py: emu_serivce, connection, emu_service_url
You are right. What do you think about a new release without the old references?
I have reviewed the patch again and I'm unsure if fixing a typo is more important than keep compatibility with external tools.
What do you think?
I agree, we wait. For the moment we close the request. Thank you