/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/password-prompt.c

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
      fprintf(stderr, "getline() returned 0, retrying.\n");
245
245
    }
246
246
  }
247
 
 
248
 
  free(buffer);
249
247
  
250
248
  if (debug){
251
249
    fprintf(stderr, "Restoring terminal attributes\n");