Have changed the code back after Ximian fix.

This commit is contained in:
Cameron (Kamran) Mashayekhi 2006-01-13 20:05:04 +00:00
parent a603dadba3
commit 3aefb9693a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 13 13:02:34 MST 2006 - cmashayekhi@novell.com
- Upon recieving a fix from ximian the change below was undone.
-------------------------------------------------------------------
Wed Jan 11 21:50:59 MST 2006 - jnorman@novell.com

View File

@ -24,8 +24,8 @@ class UnixIPCChannel : IPCChannel
{
CSSSLogger.ExecutionTrace(this);
clientSocket = connectedSocket;
Mono.Posix.PeerCred cred;
cred = new Mono.Posix.PeerCred(connectedSocket);
Mono.Unix.PeerCred cred;
cred = new Mono.Unix.PeerCred(connectedSocket);
userId = new UnixUserIdentifier(cred.UserID);
}