Home
last modified time | relevance | path

Searched refs:repdata (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c575 krb5_data reqdata, repdata; in handle_chpw() local
580 repdata.length = 0; in handle_chpw()
581 repdata.data = NULL; in handle_chpw()
641 &reqdata, &repdata))) { in handle_chpw()
649 if (repdata.length == 0 || repdata.data == NULL) { in handle_chpw()
656 len = sendto(s1, repdata.data, repdata.length, 0, in handle_chpw()
659 if (len < repdata.length) { in handle_chpw()
660 krb5_xfree(repdata.data); in handle_chpw()
667 if (repdata.data != NULL) in handle_chpw()
668 krb5_xfree(repdata.data); in handle_chpw()