Fixed segfaulting access control, allowed change to acl via control socket.

This commit is contained in:
Matthew Bloch
2012-05-19 12:48:03 +01:00
parent 580b821f61
commit 8a38cf48eb
8 changed files with 257 additions and 104 deletions

View File

@@ -1,6 +1,6 @@
DEBUG = true
SOURCES = %w( flexnbd ioutil readwrite serve util )
SOURCES = %w( flexnbd ioutil readwrite serve util parse )
OBJECTS = SOURCES.map { |s| "#{s}.o" }
LIBS = %w( pthread )
CCFLAGS = %w( -Wall )