Ignore:
Timestamp:
08/12/10 21:45:03 (22 months ago)
Author:
ludovic.rousseau
Message:

Revert changeset 301 parsing arguments in pam_config.c but skip the
first argument in command line tools.

Thanks to halfline for the patch. Closes ticket #29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/pkcs11_listcerts.c

    r388 r441  
    4848 
    4949  /* call configure routines */ 
    50   configuration = pk_configure(argc,argv); 
     50  configuration = pk_configure(argc - 1, argv + 1); 
    5151  if (!configuration ) { 
    5252        DBG("Error setting configuration parameters"); 
Note: See TracChangeset for help on using the changeset viewer.