mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into devel
This commit is contained in:
		
						commit
						9ab9c2524b
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -26,6 +26,7 @@ doc/html/index.html
 | 
				
			|||||||
*.var
 | 
					*.var
 | 
				
			||||||
verfile.sh
 | 
					verfile.sh
 | 
				
			||||||
Makefile
 | 
					Makefile
 | 
				
			||||||
 | 
					Changelog
 | 
				
			||||||
copytgz.sh
 | 
					copytgz.sh
 | 
				
			||||||
*~.nib
 | 
					*~.nib
 | 
				
			||||||
local.properties
 | 
					local.properties
 | 
				
			||||||
 | 
				
			|||||||
@ -174,6 +174,7 @@ param->srv->logfunc(param,buf);
 | 
				
			|||||||
		!(strncasecmp((char *)buf, "RETR ", 5) && (param->operation = FTP_GET)) ||
 | 
							!(strncasecmp((char *)buf, "RETR ", 5) && (param->operation = FTP_GET)) ||
 | 
				
			||||||
		!(strncasecmp((char *)buf, "LIST", 4) && (param->operation = FTP_LIST))||
 | 
							!(strncasecmp((char *)buf, "LIST", 4) && (param->operation = FTP_LIST))||
 | 
				
			||||||
		!(strncasecmp((char *)buf, "NLST ", 5) && (param->operation = FTP_LIST)) ||
 | 
							!(strncasecmp((char *)buf, "NLST ", 5) && (param->operation = FTP_LIST)) ||
 | 
				
			||||||
 | 
							!(strncasecmp((char *)buf, "MLSD", 4) && (param->operation = FTP_LIST)) ||
 | 
				
			||||||
		!(strncasecmp((char *)buf, "APPE ", 5) && (param->operation = FTP_PUT)) ||
 | 
							!(strncasecmp((char *)buf, "APPE ", 5) && (param->operation = FTP_PUT)) ||
 | 
				
			||||||
		!(strncasecmp((char *)buf, "STOR ", 5) && (param->operation = FTP_PUT))
 | 
							!(strncasecmp((char *)buf, "STOR ", 5) && (param->operation = FTP_PUT))
 | 
				
			||||||
	)){
 | 
						)){
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user