]> andersk Git - openssh.git/blobdiff - session.c
- (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
[openssh.git] / session.c
index f04266f788d97d11c6c673c9dac607096e42154c..cdbf88ab7965e79d0b00c5342bc1073990408e00 100644 (file)
--- a/session.c
+++ b/session.c
@@ -715,8 +715,8 @@ do_exec_pty(Session *s, const char *command)
                 * Do common processing for the child, such as execing
                 * the command.
                 */
-               do_child(s, command);
-               /* NOTREACHED */
+               do_child(s, command);
+               /* NOTREACHED */
        default:
                break;
        }
@@ -845,7 +845,7 @@ do_login(Session *s, const char *command)
        fromlen = sizeof(from);
        if (packet_connection_is_on_socket()) {
                if (getpeername(packet_get_connection_in(),
-                   (struct sockaddr *) & from, &fromlen) < 0) {
+                   (struct sockaddr *)&from, &fromlen) < 0) {
                        debug("getpeername: %.100s", strerror(errno));
                        cleanup_exit(255);
                }
This page took 0.036598 seconds and 4 git commands to generate.