mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
956cb97331
commit
1cc21834e2
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class IOUtils {
|
|||
UnixDomainPrincipal principal = null;
|
||||
try {
|
||||
principal = channel.getOption(ExtendedSocketOptions.SO_PEERCRED);
|
||||
} catch (UnsupportedOperationException ignored) {
|
||||
} catch (UnsupportedOperationException | NoClassDefFoundError ignored) {
|
||||
}
|
||||
return principal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue