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

Diff for /src/usr.bin/ssh/gss-serv.c between version 1.29 and 1.30

version 1.29, 2015/05/22 03:50:02 version 1.30, 2017/06/24 06:34:38
Line 389 
Line 389 
         return (ctx->major);          return (ctx->major);
 }  }
   
   /* Privileged */
   const char *ssh_gssapi_displayname(void)
   {
           if (gssapi_client.displayname.length == 0 ||
               gssapi_client.displayname.value == NULL)
                   return NULL;
           return (char *)gssapi_client.displayname.value;
   }
   
 #endif  #endif

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30