summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/uplink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/uplink.c b/src/server/uplink.c
index 35bb26b..a21e50e 100644
--- a/src/server/uplink.c
+++ b/src/server/uplink.c
@@ -405,7 +405,7 @@ static void uplink_send_requests(dnbd3_connection_t *link, int newOnly)
// is reestablished.
printf( "[DEBUG] Error sending request to uplink server!\n" );
altservers_serverFailed( &link->currentServer );
- break;
+ return;
}
spin_lock( &link->queueLock );
}