The Samba-Bugzilla – Attachment 3257 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.patch2 (text/plain), 390 bytes, created by
Reinhard Sojka
on 2008-04-10 03:35:04 UTC
(
hide
)
Description:
simple patch for Solaris
Filename:
MIME Type:
Creator:
Reinhard Sojka
Created:
2008-04-10 03:35:04 UTC
Size:
390 bytes
patch
obsolete
>--- smbd/chgpasswd.c.orig 2008-04-10 10:08:15.000000000 +0200 >+++ smbd/chgpasswd.c 2008-04-10 10:20:26.000000000 +0200 >@@ -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