From 27f74e96aeda8a7a5049444cf22416c4a4240d7e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 May 2001 07:27:29 +0000 Subject: [PATCH] Reference id set for InitRequest. --- client/client.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/client.c b/client/client.c index 6346942..5782e89 100644 --- a/client/client.c +++ b/client/client.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: client.c,v $ - * Revision 1.121 2001-04-22 12:26:17 ja7 + * Revision 1.122 2001-05-16 07:27:29 adam + * Reference id set for InitRequest. + * + * Revision 1.121 2001/04/22 12:26:17 ja7 * if Compiled with Command line history a open command is pushed into * the command history if yaz-client is startet with a server on the * command line. eg @@ -552,6 +555,8 @@ static void send_initRequest() req->idAuthentication = auth; + req->referenceId = set_refid (out); + send_apdu(apdu); printf("Sent initrequest.\n"); } -- 1.7.10.4