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

Diff for /src/usr.bin/ssh/misc.c between version 1.24 and 1.25

version 1.24, 2004/06/14 01:44:39 version 1.25, 2004/08/11 21:43:05
Line 308 
Line 308 
 {  {
         va_list ap;          va_list ap;
         char buf[1024];          char buf[1024];
         int nalloc;          u_int nalloc;
   
         va_start(ap, fmt);          va_start(ap, fmt);
         vsnprintf(buf, sizeof(buf), fmt, ap);          vsnprintf(buf, sizeof(buf), fmt, ap);

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