VOL-1459 : Fix failure to load device from persistence

- fixed watch logic which was not really updating memory
- force get depth to 0 to work around corrupted data structures

Change-Id: I595981e2ee3d816d17702e7f39c099193590fa6f
diff --git a/db/model/proxy_access_control.go b/db/model/proxy_access_control.go
index a3a7cee..234bcd9 100644
--- a/db/model/proxy_access_control.go
+++ b/db/model/proxy_access_control.go
@@ -183,8 +183,7 @@
 
 	// FIXME: Forcing depth to 0 for now due to problems deep copying the data structure
 	// The data traversal through reflection currently corrupts the content
-
-	return pac.getProxy().GetRoot().Get(path, "", depth, deep, txid)
+	return pac.getProxy().GetRoot().Get(path, "", 0, deep, txid)
 }
 
 // Update changes the content of the data model at the specified location with the provided data