Bugzilla – Attachment 1096 Details for
Bug 1162
Inappropriate sequence of syslog messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Reorder log statement
sshdlisten.diff (text/plain), 720 bytes, created by
Damien Miller
on 2006-03-12 15:20:01 AEDT
(
hide
)
Description:
Reorder log statement
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2006-03-12 15:20:01 AEDT
Size:
720 bytes
patch
obsolete
>Index: sshd.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sshd.c,v >retrieving revision 1.324 >diff -u -p -r1.324 sshd.c >--- sshd.c 7 Mar 2006 09:07:40 -0000 1.324 >+++ sshd.c 12 Mar 2006 04:15:31 -0000 >@@ -1259,10 +1259,10 @@ main(int ac, char **av) > num_listen_socks++; > > /* Start listening on the port. */ >- logit("Server listening on %s port %s.", ntop, strport); > if (listen(listen_sock, SSH_LISTEN_BACKLOG) < 0) >- fatal("listen: %.100s", strerror(errno)); >- >+ fatal("listen on [%s]:%s: %.100s", >+ ntop, strport, strerror(errno)); >+ logit("Server listening on %s port %s.", ntop, strport); > } > freeaddrinfo(options.listen_addrs); >
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 Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1162
:
1080
| 1096