diff --git a/CASA.changes b/CASA.changes index 8997c4ec..a0186543 100644 --- a/CASA.changes +++ b/CASA.changes @@ -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 diff --git a/c_micasad/communication/UnixIPCChannel.cs b/c_micasad/communication/UnixIPCChannel.cs index fe8546ec..3e4fd3f2 100644 --- a/c_micasad/communication/UnixIPCChannel.cs +++ b/c_micasad/communication/UnixIPCChannel.cs @@ -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); }