mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	* Update go-ldap dependency * Request for public keys only if attribute is set
This commit is contained in:
		
							
								
								
									
										13
									
								
								vendor/gopkg.in/ldap.v2/atomic_value.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								vendor/gopkg.in/ldap.v2/atomic_value.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
// +build go1.4
 | 
			
		||||
 | 
			
		||||
package ldap
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"sync/atomic"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// For compilers that support it, we just use the underlying sync/atomic.Value
 | 
			
		||||
// type.
 | 
			
		||||
type atomicValue struct {
 | 
			
		||||
	atomic.Value
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user