... postgres command building in ``ports2starttls()`` was missing a space.
This is only used when a lookup is performed when supplying a gnmap file.
This commit is contained in:
Dirk Wetter 2019-11-24 17:09:21 +01:00 committed by GitHub
parent 32da607acb
commit 35da8c6fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18650,7 +18650,7 @@ ports2starttls() {
389) echo "-t ldap ";;
3306) echo "-t mysql " ;;
5222) echo "-t xmpp " ;; # domain of jabber server maybe needed
5432) echo "-t postgres" ;;
5432) echo "-t postgres " ;;
563) ;; # NNTPS
636) ;; # LDAP
1443|8443|443|981) ;; # HTTPS