summaryrefslogtreecommitdiff
path: root/package/nbd/nbd-server-susv3-legacy.patch
blob: 58d38e15094339652b8efee7f3a257fa2d8a6128 (plain)
1
2
3
4
5
6
7
8
9
10
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;