Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04c08816 authored by Steve French's avatar Steve French
Browse files

[CIFS] Missing parenthesis from error message in previous fix

parent 8cc64c6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec,
		if(rc == 0) {
			/* should never happen, letting socket clear before
			   retrying is our only obvious option here */
			cERROR(1,("tcp sent no data");
			cERROR(1,("tcp sent no data"));
			msleep(500);
			continue;
		}