diff options
Diffstat (limited to 'conf/pam_conv1/pam_conv_y.y')
-rw-r--r-- | conf/pam_conv1/pam_conv_y.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/pam_conv1/pam_conv_y.y b/conf/pam_conv1/pam_conv_y.y index 95010b2f..20b91ad1 100644 --- a/conf/pam_conv1/pam_conv_y.y +++ b/conf/pam_conv1/pam_conv_y.y @@ -24,7 +24,7 @@ extern int yylex(void); - unsigned long long current_line=1; + unsigned long long current_line=0; extern char *yytext; /* XXX - later we'll change this to be the specific conf file(s) */ |