mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	fix compilation warnings in PamAuth
This commit is contained in:
		
							parent
							
								
									99781ceb23
								
							
						
					
					
						commit
						6db42f70e9
					
				@ -124,7 +124,7 @@ int start(struct pluginlink * pluginlink, int argc, unsigned char** argv)
 | 
				
			|||||||
 if(argc < 2) return 1;
 | 
					 if(argc < 2) return 1;
 | 
				
			||||||
 pl = pluginlink;
 | 
					 pl = pluginlink;
 | 
				
			||||||
 if(service) pl->myfree(service);
 | 
					 if(service) pl->myfree(service);
 | 
				
			||||||
 service=pl->mystrdup(argv[1]); 
 | 
					 service=(unsigned char *)pl->mystrdup((char *)argv[1]); 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 if (already_loaded) { return (0); }
 | 
					 if (already_loaded) { return (0); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user