1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00
restic/internal/backend/smb
Aneesh Nireshwalia c9dba2cdd7 Use connection pointer directly in putConnection
Setting *pc back to nil is too easily defeated to be useful.
This is more concise and prevents pointer from getting heap-allocated.
2023-02-05 07:41:58 -07:00
..
config.go Increase default max SMB connections to 5 2023-02-04 23:01:01 -07:00
config_test.go Add document and cleanup config 2023-01-30 19:45:37 -07:00
conpool.go Use connection pointer directly in putConnection 2023-02-05 07:41:58 -07:00
smb.go Use connection pointer directly in putConnection 2023-02-05 07:41:58 -07:00
smb_test.go Add document and cleanup config 2023-01-30 19:45:37 -07:00