Skip to content

Commit adf5f1d

Browse files
committed
Return values
1 parent 250cd39 commit adf5f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/nginx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ func determineStreamUpdates(updatedServers []StreamUpstreamServer, nginxServers
13761376
}
13771377
}
13781378

1379-
return
1379+
return toAdd, toRemove, toUpdate
13801380
}
13811381

13821382
// GetStats gets process, slab, connection, request, ssl, zone, stream zone, upstream and stream upstream related stats from the NGINX Plus API.

0 commit comments

Comments
 (0)