[BACK]Return to auth2-chall.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2-chall.c between version 1.23 and 1.24

version 1.23, 2005/06/17 02:44:32 version 1.24, 2005/07/17 07:17:54
Line 137 
Line 137 
                 kbdintctxt->devices = t[len] ? xstrdup(t+len+1) : NULL;                  kbdintctxt->devices = t[len] ? xstrdup(t+len+1) : NULL;
                 xfree(t);                  xfree(t);
                 debug2("kbdint_next_device: devices %s", kbdintctxt->devices ?                  debug2("kbdint_next_device: devices %s", kbdintctxt->devices ?
                    kbdintctxt->devices : "<empty>");                      kbdintctxt->devices : "<empty>");
         } while (kbdintctxt->devices && !kbdintctxt->device);          } while (kbdintctxt->devices && !kbdintctxt->device);
   
         return kbdintctxt->device ? 1 : 0;          return kbdintctxt->device ? 1 : 0;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24