diff options
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.c')
-rw-r--r-- | src/bin/pg_basebackup/streamutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c index 6891c2c8105..dab0e5470cf 100644 --- a/src/bin/pg_basebackup/streamutil.c +++ b/src/bin/pg_basebackup/streamutil.c @@ -57,7 +57,7 @@ GetConnection(void) if (conn_opts == NULL) { fprintf(stderr, "%s: %s\n", progname, err_msg); - return NULL; + exit(1); } for (conn_opt = conn_opts; conn_opt->keyword != NULL; conn_opt++) |