/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/plymouth.c

* plugins.d/splashy.c (error_plus): Check format string.
* plugins.d/askpass-fifo.c (error_plus): - '' -
* plugins.d/plymouth.c (error_plus): - '' -
* plugins.d/password-prompt.c (error_plus): - '' -
* plugins.d/usplash.c (error_plus): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
  return true;
155
155
}
156
156
 
157
 
__attribute__((nonnull (2, 3)))
158
157
bool exec_and_wait(pid_t *pid_return, const char *path,
159
158
                   const char **argv, bool interruptable,
160
159
                   bool daemonize){
214
213
  return false;
215
214
}
216
215
 
217
 
__attribute__((nonnull))
218
216
int is_plymouth(const struct dirent *proc_entry){
219
217
  int ret;
220
218
  {