The Samba-Bugzilla – Attachment 3255 Details for
Bug 5366
Password chat fails "Error in ioctl call for slave pty"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simple patch for Solaris
5366.patch (text/plain), 434 bytes, created by
Reinhard Sojka
on 2008-04-09 14:02:48 UTC
(
hide
)
Description:
simple patch for Solaris
Filename:
MIME Type:
Creator:
Reinhard Sojka
Created:
2008-04-09 14:02:48 UTC
Size:
434 bytes
patch
obsolete
>--- smbd/chgpasswd.c.orig Wed Apr 9 18:55:36 2008 >+++ smbd/chgpasswd.c Wed Apr 9 20:08:02 2008 >@@ -154,7 +154,7 @@ > DEBUG(3, ("More weirdness, could not open %s\n", slavedev)); > return (False); > } >-#if defined(TIOCSCTTY) >+#if defined(TIOCSCTTY) && !defined(SUNOS5) > if (ioctl(slave, TIOCSCTTY, 0) < 0) > { > DEBUG(3, ("Error in ioctl call for slave pty\n"));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5366
:
3255
|
3257