diff --git a/src/netbeans.c b/src/netbeans.c index 853df364af..f85e7d07da 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -323,12 +323,6 @@ netbeans_connect(char *params, int doabort) server.sin_port = htons(port); if ((host = gethostbyname(hostname)) == NULL) { - if (mch_access(hostname, R_OK) >= 0) - { - /* DEBUG: input file */ - sd = mch_open(hostname, O_RDONLY, 0); - goto theend; - } nbdebug(("error in gethostbyname() in netbeans_connect()\n")); PERROR("gethostbyname() in netbeans_connect()"); goto theend; diff --git a/src/version.c b/src/version.c index 13cd448b5a..e3cb9e5053 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 82, /**/ 81, /**/