View | Details | Raw Unified | Return to bug 195944
Collapse All | Expand All

(-)b/sbin/ggate/ggated/ggated.c (-2 / +1 lines)
Lines 909-916 handshake(struct sockaddr *from, int sfd) Link Here
909
909
910
	ex = exports_find(from, &cinit, conn);
910
	ex = exports_find(from, &cinit, conn);
911
	if (ex == NULL) {
911
	if (ex == NULL) {
912
		connection_remove(conn);
913
		sendfail(sfd, errno, NULL);
912
		sendfail(sfd, errno, NULL);
913
		connection_remove(conn);
914
		return (0);
914
		return (0);
915
	}
915
	}
916
	if (conn->c_mediasize == 0) {
916
	if (conn->c_mediasize == 0) {
917
- 

Return to bug 195944