diff options
Diffstat (limited to 'src/irmd/ipcp.c')
-rw-r--r-- | src/irmd/ipcp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c index d2eaa947..dfb7c96b 100644 --- a/src/irmd/ipcp.c +++ b/src/irmd/ipcp.c @@ -148,6 +148,9 @@ pid_t ipcp_create(const char * name, case IPCP_LOCAL: exec_name = IPCP_LOCAL_EXEC; break; + case IPCP_RAPTOR: + exec_name = IPCP_RAPTOR_EXEC; + break; default: return -1; } |