summaryrefslogtreecommitdiff
path: root/package/nbd/nbd-server-susv3-legacy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/nbd/nbd-server-susv3-legacy.patch')
-rw-r--r--package/nbd/nbd-server-susv3-legacy.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/nbd/nbd-server-susv3-legacy.patch b/package/nbd/nbd-server-susv3-legacy.patch
deleted file mode 100644
index 58d38e150..000000000
--- a/package/nbd/nbd-server-susv3-legacy.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- nbd-2.9.11/nbd-server.c 2009-10-01 16:10:15.000000000 +0200
-+++ nbd-2.9.11/nbd-server.c 2009-10-01 16:10:32.000000000 +0200
-@@ -264,7 +264,7 @@
-
- inet_aton(opts->clientname, &client);
- while (fgets(line,LINELEN,f)!=NULL) {
-- if((tmp=index(line, '/'))) {
-+ if((tmp=strchr(line, '/'))) {
- if(strlen(line)<=tmp-line) {
- msg4(LOG_CRIT, ERRMSG, line, opts->server->authname);
- return 0;