Skip to content

Commit 11d8c6a

Browse files
committed
Final changes
1 parent db16d17 commit 11d8c6a

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

Ex5-DNSSimulation/Program/Client

0 Bytes
Binary file not shown.

Ex5-DNSSimulation/Program/DNSTable.h

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ DNS_Table* add_dns_ip(char *domain_name, char *ip, DNS_Table *table){
5353
}
5454
for(int i=0;i<handle->num_ips;i++){
5555
if(strcmp(*(handle->ips+i), ip)==0){
56-
printf("HERE");
5756
return NULL; // IP already exists
5857
}
5958
}

Ex5-DNSSimulation/Program/Server

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)