comparison svr-authpubkey.c @ 1759:4c5599435084

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sun, 25 Oct 2020 21:47:42 +0800
parents 064f5be2fc45
children d39cfedaf015
comparison
equal deleted inserted replaced
1758:1365661f6be6 1759:4c5599435084
292 continue; 292 continue;
293 } else if (c == '#') { 293 } else if (c == '#') {
294 is_comment = 1; 294 is_comment = 1;
295 break; 295 break;
296 } 296 }
297 buf_incrpos(line, -1); 297 buf_decrpos(line, 1);
298 break; 298 break;
299 } 299 }
300 if (is_comment) { 300 if (is_comment) {
301 /* next line */ 301 /* next line */
302 goto out; 302 goto out;