summaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/package/nbd/nbd-server-susv3-legacy.patch b/package/nbd/nbd-server-susv3-legacy.patch
new file mode 100644
index 000000000..58d38e150
--- /dev/null
+++ b/package/nbd/nbd-server-susv3-legacy.patch
@@ -0,0 +1,11 @@
+--- 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;