~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to src/journal/test-journal-syslog.c

Tags: upstream-202
ImportĀ upstreamĀ versionĀ 202

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
static void test_syslog_parse_identifier(const char* str,
26
26
                                         const char *ident, const char*pid, int ret) {
27
27
        const char *buf = str;
28
 
        char _cleanup_free_ *ident2 = NULL, *pid2 = NULL;
 
28
        _cleanup_free_ char *ident2 = NULL, *pid2 = NULL;
29
29
        int ret2;
30
30
 
31
31
        ret2 = syslog_parse_identifier(&buf, &ident2, &pid2);