aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 271f547f8..b3fdec8c8 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -3783,8 +3783,6 @@ static int check_auth(struct sip_pvt *p, struct sip_request *req, char *randdata
res = 0;
}
/* Assume success ;-) */
- /* Eliminate random data */
- strcpy(randdata, "");
}
return res;
}