URL: https://github.com/SSSD/sssd/pull/5916
Author: pbrezina
Title: #5916: intg: remove unused is_secrets_socket()
Action: opened
PR body:
"""
Use of this function was removed in:
10069b1d39e671b7502c5211883c94ceaa91aebb
```
sssd/build/../src/tests/intg/getsockopt_wrapper.c:31:13: error: ‘is_secrets_socket’ defined but not used [-Werror=unused-function]
31 | static bool is_secrets_socket(int fd)
```
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5916/head:pr5916
git checkout pr5916