View | Details | Raw Unified | Return to bug 19428 | Differences between
and this patch

Collapse All | Expand All

(-)univention-policy/tools/univention_policy_result.c (+1 lines)
 Lines 210-215    Link Here 
210
						gotConnection = 1;
210
						gotConnection = 1;
211
						break;
211
						break;
212
					}
212
					}
213
					free(ldap_parameters->host);
213
					splitPointer = strtok (NULL, " ");
214
					splitPointer = strtok (NULL, " ");
214
				}
215
				}
215
			}
216
			}

Return to bug 19428