mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This commit was generated by cvs2svn to compensate for changes in r94968,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
07f86017c9
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $P4: //depot/projects/openpam/lib/pam_vprompt.c#5 $
|
||||
* $P4: //depot/projects/openpam/lib/pam_vprompt.c#6 $
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
|
|
@ -72,6 +72,7 @@ pam_vprompt(pam_handle_t *pamh,
|
|||
msg.msg_style = style;
|
||||
msg.msg = msgbuf;
|
||||
msgp = &msg;
|
||||
rsp = NULL;
|
||||
r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr);
|
||||
*resp = rsp == NULL ? NULL : rsp->resp;
|
||||
free(rsp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue