mirror of
				https://github.com/DigitalDevices/octonet.git
				synced 2023-10-10 11:36:52 +00:00 
			
		
		
		
	consistency check for existing stream and ownership failed second time around
This commit is contained in:
		| @@ -1949,12 +1949,14 @@ static int proc_setup(struct oscon *con) | ||||
| 			send_error(con, 400); | ||||
| 			return -1; | ||||
| 		} | ||||
| #if 0 | ||||
| 		if (con->session && con->session != str->session) { | ||||
| 			/* if we already have a session ID we | ||||
| 			   have to be stream owner  */ | ||||
| 			send_error(con, 400); | ||||
| 			return -1; | ||||
| 		} | ||||
| #endif | ||||
| 	} | ||||
| 	if (!con->session) { | ||||
| 		/* alloc new session */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user