From d837e84fb6fe3a7c9ad300aa46bf296e8183887b Mon Sep 17 00:00:00 2001 From: Palaksha Gowda Date: Mon, 5 Jan 2026 15:55:22 +0000 Subject: [PATCH] SHARMAN-3814 : Reserved IP for ethernet clients cannot be reverted to DHCP Signed-off-by: Palaksha Gowda --- source/lm/lm_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lm/lm_wrapper.c b/source/lm/lm_wrapper.c index c0bc113..d84302a 100644 --- a/source/lm/lm_wrapper.c +++ b/source/lm/lm_wrapper.c @@ -1552,7 +1552,7 @@ memset(buf,0,sizeof(buf)); fclose(fp); if(rc == -1) { - rc = STRCPY_S_NOCLOBBER(pAddressSource, 20,"Static"); + rc = STRCPY_S_NOCLOBBER(pAddressSource, 20,"DHCP"); ERR_CHK(rc); }