Преглед на файлове

- indentation changed only

Michal Matyska преди 18 години
родител
ревизия
cddb909538
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      resolve.c

+ 2 - 2
resolve.c

@@ -663,11 +663,11 @@ again:
 		goto again; /* add also the additional records */
 	}
 
-    /* if the name was expanded using DNS search list
+	/* if the name was expanded using DNS search list
 	 * create fake CNAME record to convert the short name
 	 * (queried) to long name (answered)
 	 */
-    if ((search_list_used==1)&&(fullname_rd!=0)) {
+	if ((search_list_used==1)&&(fullname_rd!=0)) {
 		rd=(struct rdata*) local_malloc(sizeof(struct rdata)+name_len+1-1);
 		if (rd==0){
 			LOG(L_ERR, "ERROR: get_record: out of memory\n");