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/pklogin_finder.c

    r358 r441  
    5050 
    5151  /* call configure routines */ 
    52   configuration = pk_configure(argc,argv); 
     52  configuration = pk_configure(argc - 1, argv + 1); 
    5353  if (!configuration ) { 
    5454        DBG("Error setting configuration parameters"); 
Note: See TracChangeset for help on using the changeset viewer.