ofproto: Fix segfault when changing command execution settings
authorTetsuo NAKAGAWA <nakagawa@mxc.nes.nec.co.jp>
Tue, 5 Jan 2010 02:19:47 +0000 (18:19 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 5 Jan 2010 02:19:47 +0000 (18:19 -0800)
commit84f7e9b6d0f8730f4b470ffdc339b0e66dcd958e
tree0dadf688ac68073d5fa80a08722823ab7c61e5d0
parente9fec732de89569a5fd51325dc9c60520d3e28a3
ofproto: Fix segfault when changing command execution settings

If the remote command execution settings are changed and a NULL argument
is given for the directory, a crash would occur.  With this change, the
default directory is used.
ofproto/executer.c