Skip to content

Commit 128cb87

Browse files
committed
Return NULL for all error cases
1 parent dd6bd96 commit 128cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util_uri.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,8 +1061,8 @@ static void *util_ctx_load_object_with_login(UTIL_CTX *ctx, PARSED *parsed,
10611061
(slot->token && slot->token->label)?
10621062
slot->token->label: "no label");
10631063
}
1064-
return NULL;
10651064
}
1065+
return NULL;
10661066
}
10671067

10681068
/* Find an object without logging in */

0 commit comments

Comments
 (0)