Skip to content

Commit

Permalink
Illumos build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeach committed Apr 22, 2015
1 parent cb2ad69 commit 172db8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmt/utils/MgmtSocket.cc
Expand Up @@ -299,7 +299,7 @@ mgmt_get_peereid(int fd, uid_t *euid, gid_t *egid)
}

*euid = ucred_geteuid(ucred);
*guid = ucred_getegid(ucred);
*egid = ucred_getegid(ucred);
ucred_free(ucred);
return 0;
#elif TS_HAS_SO_PEERCRED
Expand Down

0 comments on commit 172db8e

Please sign in to comment.