stream-ssl: Use out_of_memory() to abort due to lack of memory.
authorBen Pfaff <blp@nicira.com>
Thu, 31 Mar 2011 21:52:36 +0000 (14:52 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Apr 2011 17:58:54 +0000 (10:58 -0700)
commit1d2c568dfdb317055f330f4703923437d565ad3e
tree5ed6a8459136a3d98eed9d49de3b12f011fa249e
parentc6b547cd44f14e3ccbac9dc8d98b20a565d32c91
stream-ssl: Use out_of_memory() to abort due to lack of memory.

This matches what xmalloc() does.  It will be handled better by a monitor
process (created with --monitor), which will restart the child instead of
exiting.
lib/stream-ssl.c