Skip to content
Snippets Groups Projects
Commit f150ef3e authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

for ITS#5317: initialize exit code for -f/dev/null

parent db6001dd
No related branches found
No related tags found
No related merge requests found
......@@ -981,6 +981,7 @@ getNextPage:
attrs, attrsonly, NULL, NULL, NULL, -1 );
} else {
rc = 0;
first = 1;
while ( fgets( line, sizeof( line ), fp ) != NULL ) {
line[ strlen( line ) - 1 ] = '\0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment