doxygen
authorAlan T. DeKok <aland@freeradius.org>
Thu, 16 Oct 2014 11:53:23 +0000 (07:53 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 16 Oct 2014 15:43:36 +0000 (11:43 -0400)
src/main/exec.c

index d2a222a..f1265d4 100644 (file)
@@ -358,7 +358,6 @@ pid_t radius_start_program(char const *cmd, REQUEST *request, bool exec_wait,
 
 /** Read from the child process.
  *
- * @param request The current request.
  * @param fd file descriptor to read from.
  * @param pid pid of child, will be reaped if it dies.
  * @param timeout amount of time to wait, in seconds.