/mandos/release

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

« back to all changes in this revision

Viewing changes to plugins.d/askpass-fifo.c

Updated year in copyright notices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  
56
56
  va_start(ap, formatstring);
57
57
  ret = vasprintf(&text, formatstring, ap);
58
 
  if(ret == -1){
 
58
  if (ret == -1){
59
59
    fprintf(stderr, "Mandos plugin %s: ",
60
60
            program_invocation_short_name);
61
61
    vfprintf(stderr, formatstring, ap);