Merge pull request #2383 from cleverca22/fix-error-9
fix `error: unknown serve command 9`
This commit is contained in:
		
						commit
						adab8b916a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -131,7 +131,7 @@ struct LegacySSHStore : public Store
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        auto conn(connections->get());
 | 
					        auto conn(connections->get());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 4) {
 | 
					        if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 5) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            conn->to
 | 
					            conn->to
 | 
				
			||||||
                << cmdAddToStoreNar
 | 
					                << cmdAddToStoreNar
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue