X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilc%2Flocal_command.c;h=110a8eb81092fa17fecc154d30a86f755a89aa3c;hb=cf12445d208b8e7a43de5353b4267451340eb23d;hp=3d969f78165ac1aeb560a88fe7d3dc06b0fa69f8;hpb=b6d96e1d0ddddd62dd022c7acfa93c7052ee5b88;p=silc.git diff --git a/apps/silc/local_command.c b/apps/silc/local_command.c index 3d969f78..110a8eb8 100644 --- a/apps/silc/local_command.c +++ b/apps/silc/local_command.c @@ -20,6 +20,9 @@ /* * $Id$ * $Log$ + * Revision 1.2 2001/01/30 21:40:21 priikone + * updates. + * * Revision 1.1 2000/09/13 17:47:54 priikone * Created SILC Client Libary by moving stuff from silc/ directory. * SILC client library is SILC client without UI. Old UI still exists @@ -137,7 +140,7 @@ SILC_CLIENT_LCMD_FUNC(msg) if (!client_entry) { /* Client entry not found, it was requested thus mark this to be pending command. */ - silc_client_command_pending(SILC_COMMAND_IDENTIFY, + silc_client_command_pending(conn, SILC_COMMAND_IDENTIFY, 0, silc_client_local_command_msg, context); return; }