diff options
-rw-r--r-- | source3/utils/net_rpc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 416c6bba5a..30d73df708 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -3090,6 +3090,8 @@ static WERROR get_share_info(struct net_context *c, ctr1->array = info.info1; info_ctr->ctr.ctr1 = ctr1; + + break; } case 2: { @@ -3102,6 +3104,8 @@ static WERROR get_share_info(struct net_context *c, ctr2->array = info.info2; info_ctr->ctr.ctr2 = ctr2; + + break; } case 502: { @@ -3114,6 +3118,8 @@ static WERROR get_share_info(struct net_context *c, ctr502->array = info.info502; info_ctr->ctr.ctr502 = ctr502; + + break; } } /* switch */ done: |