]> andersk Git - openssh.git/blobdiff - auth2-pam.c
- markus@cvs.openbsd.org 2001/04/11 10:59:01
[openssh.git] / auth2-pam.c
index 2ea6f2020602c613ab670ade22c502755dc220cf..836cef51248cd066f3e381804651066b7149fcb1 100644 (file)
@@ -107,10 +107,12 @@ do_pam_conversation_kbd_int(int num_msg, const struct pam_message **msg,
        packet_send();
        packet_write_wait();
 
-       /* Grabbing control of execution and spinning until we get what
+       /*
+        * Grabbing control of execution and spinning until we get what
         * we want is probably rude, but it seems to work properly, and
         * the client *should* be in lock-step with us, so the loop should
-        * only be traversed once. */
+        * only be traversed once.
+        */
        while(context_pam2.finished == 0) {
                done = 1;
                dispatch_run(DISPATCH_BLOCK, &done, appdata_ptr);
This page took 0.037576 seconds and 4 git commands to generate.