FS-7513: do layers in order and reset when attaching

This commit is contained in:
Anthony Minessale
2015-02-06 17:28:52 -06:00
committed by Michael Jerris
parent fcf32fd53d
commit 1aa66ef30a
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -976,7 +976,7 @@ SWITCH_DECLARE(char *) switch_util_quote_shell_arg_pool(const char *string, swit
#define SWITCH_READ_ACCEPTABLE(status) (status == SWITCH_STATUS_SUCCESS || status == SWITCH_STATUS_BREAK || status == SWITCH_STATUS_INUSE)
static inline uint32_t switch_parse_bandwidth_string(const char *bwv)
static inline int32_t switch_parse_bandwidth_string(const char *bwv)
{
int32_t bw = 0;